nvidia
Opencl FFT libraries? Anything new or under the radar out there?
I googled this topic and didn\'t find anything new. I am aware of Nvidia\'s FFT implementation which is great, but for CUDA only. AMD just released their implementation, but it doesn\'t work on Nvidia[详细]
2023-02-16 01:40 分类:问答Questions about Cuda 4.0 and unified memory model
Nvidia seems to be touting that Cuda 4.0 allows programmers to use a unified memory model between the CPU and GPU. This is not going to replace the need to manage the memory manually in the GP开发者_G[详细]
2023-02-13 18:17 分类:问答How is GPU and memory utilization defined in nvidia-smi results?
I am currently using a tool shipped with nvidia\'s driver \'nvidia-smi\' for performance monitoring on GPU. When we use \'nvidia-smi -a\', it will give the information of current GPU information, incl[详细]
2023-02-13 08:06 分类:问答How can I program a NVIDIA brightness slider like the Volume slider?
I like how you can quickly adjust the volume by clicking the icon and then scrolling the mouse wheel,[详细]
2023-02-13 05:49 分类:问答Is there really a timeout for kernels on nvidia gpus?
searching for answers for why my kernels produce strange error messages or \"0\" only results开发者_Python百科 I found this answer on SO that mentions that there is a timeout of 5s for kernels running[详细]
2023-02-13 05:14 分类:问答GPU shared memory size is very small - what can I do about it?
The size of the shared memory (\"local memory\" in OpenCL terms) is only 16 KiB on most nVIDIA GPUs of today.[详细]
2023-02-10 18:09 分类:问答OpenGL rendering glitch
I\'m working on a 3D game project with a bunch of people. The project runs fine on all of their machines but mine. On my computer the skybox texture intermittently disappears and the rendering goes aw[详细]
2023-02-08 08:37 分类:问答Nvidia Physx on iPhone
is it possible? if yes, how? if开发者_高级运维 not, how does unity3d make it happen?Yes, Physx has a software only implementation, and a hardware assisted one.[详细]
2023-02-07 16:43 分类:问答NVIDIA CUDA: What is the developer driver?
To develop NVIDIA CUDA programs, the tools needed are: Developer drivers CUDA Toolkit GPU Computing SDK What is this developer driver? Installing it silently overrides any NVIDIA graphics driver t[详细]
2023-02-07 09:08 分类:问答More memory in Nvidia GPUs?
is there a parameter that can be passed to开发者_开发问答 the Nvidia OpenCL/OpenGL implementation to increase the amount of available memory? (Like GPU_MAX_HEAP_SIZE from Ati Stream)[详细]
2023-02-05 15:04 分类:问答