Top "Gpu" questions

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".

GPU accelerated math in the browser

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 gpu
NV_path_rendering alternative

I just watched a very impressive presentation from Siggraph 2012: http://nvidia.fullviewmedia.com/siggraph2012/ondemand/SS106.html My question is, …

opengl gpu bezier
C# Performance Counter Help, Nvidia GPU

So I've been experimenting with the performance counter class in C# and have had great success probing the CPU counters …

c# gpu nvidia performancecounter
src/cpp/cuda.hpp:14:10: fatal error: cuda.h: No such file or directory

when I install pycuda by this instruction: pip install pycuda but there is an error: src/cpp/cuda.hpp:14:10: fatal …

cuda gpu pycuda
Can we benchmark how fast CUDA or OpenCL is compared to CPU performance?

How much faster can an algorithm on CUDA or OpenCL code run compared to a general single processor core? (considering …

c cuda opencl gpu cpu-speed
Get temperature from NVidia GPU using NVAPI

I have been trying for the last few days to get the temperature of my GPU using C++ using the …

c++ gpu nvidia temp nvapi
Using CUDA to solve a system of equations in non-linear least squares fashion

Using 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-matrix
how to load the gpu trained model into the cpu?

I 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-model
What is the best way to handle FBOs in OpenGL?

I wonder since a long time what would be the best way to handle OpenGL FrameBuffer Objects (FBO). Switching FBOs …

opengl rendering gpu fbo
FFmpeg hardware acceleration on Raspberry PI

I 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