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

Is there a way to check if mxnet uses my gpu?

Can I see what are the available gpus with mxnet? Is there something similar for tensorflow's tf.test.gpu_device_…

tensorflow gpu mxnet
Read GPU temperature in C#

I want to create a program that monitors my GPU's temperature (AMD ATI HD) and if it goes below say 50…

c# gpu temp ati
Interpretation of intel_gpu_top output

Can anyone shed any light on the output of intel_gpu_top? Specifically, what is task GAM, VS etc (The …

gpu intel
Large matrix multiplication on gpu

I need to implement a matrix multiplication on GPU with CUDA for large matrices. Size of each matrix alone is …

cuda gpu gpgpu matrix-multiplication
Print GPU info (renderer, version, vendor) on TextView on Android

I searched the entire Internet for days now to find a solution and got nothing. I want to get the …

android gpu glsurfaceview