Acronym for "Graphics Processing Unit". For programming traditional graphical applications, see the tag entry for "graphics programming". For general-purpose programming using GPUs, see the tag entry for "gpgpu". For specific GPU programming technologies, see the popular tag entries for "opencl", "cuda" and "thrust".
I'm starting a project for browsers which requires some complex data processing. The algorithm I'm using is 50-100x faster …
javascript html flash gpuI just watched a very impressive presentation from Siggraph 2012: http://nvidia.fullviewmedia.com/siggraph2012/ondemand/SS106.html My question is, …
opengl gpu bezierSo I've been experimenting with the performance counter class in C# and have had great success probing the CPU counters …
c# gpu nvidia performancecounterwhen I install pycuda by this instruction: pip install pycuda but there is an error: src/cpp/cuda.hpp:14:10: fatal …
cuda gpu pycudaUsing CUDA, I would like to solve a system of equations with a non-linear least squares solver. These methods are …
cuda gpu linear-algebra mathematical-optimization hessian-matrixI am using PyTorch. I am going to use the already trained model on multiple GPUs with CPU. how to …
gpu conv-neural-network pytorch cudnn pre-trained-modelI am building a program that use ffmpeg to stream webcam content over internet. I would like to know if …
ffmpeg gpu raspberry-pi3 hardware-acceleration