gpu
Setting up Visual Studio Intellisense for CUDA kernel calls
I\'ve just started CUDA programming and it\'s going quite nicely, my GPUs are recognized and everything. I\'ve partially set up Intellisense in Visual Studio using this extremely 开发者_如何学Gohelpfu[详细]
2023-03-07 05:43 分类:问答What's the speed of texture upload?
I would like to upload two images to the GPU memory, and I\'m inte开发者_运维知识库rested how fast I can do this?[详细]
2023-03-05 08:02 分类:问答Python GPU programming [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-04 19:18 分类:问答popcnt in OpenCL?
Newer NVIDIA GPUs support a __popc(x) instruction that counts the number of bits set in a 32 bit register.[详细]
2023-03-03 18:44 分类:问答determine global memory available on GPU with JOCL?
I\'m writing a JOCl.org (whi开发者_如何学Cch is different then jogamps jocl) running on GPU.Were working with sufficient data that I need to be careful to stay under the GPU\'s global memory limit.To[详细]
2023-03-03 17:18 分类:问答FLOPS assigned to sqrt in GPU to measure performance and global efficiency
In a GPU implementation we need to estimate its performance in terms of GLOPS. The code is very basic, but my problem is how many FLOPS should I g开发者_JAVA技巧ive to the operations \"sqrt\" or \"mad[详细]
2023-03-03 16:43 分类:问答How can I stress the GPU
I would like to add some diagnostic code to our application that stresses both the CPU and GPU, and then measures heat.A third party tool is not an option.From what I can tell, CUDA is not an option e[详细]
2023-03-03 16:12 分类:问答How to use GPU for mathematics [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-03-03 04:37 分类:问答NVIDIA CUDA 4.0, page-locking a memory with runtime API
NVIDIA CUDA 4.0 (RC2 is assumed here) offers the nice feature o开发者_JAVA百科f page-locking a memory range that was allocated before via the \"normal\" malloc function. This can be done using the dri[详细]
2023-03-01 13:57 分类:问答OpenCL to search array and set a flag
I\'m brand new to using OpenCL, and this seems like it should be very simple, so bear with me. I\'m writing a simple kernel to scan an array and look for a particular value.If that value is found any[详细]
2023-03-01 10:58 分类:问答