gpgpu
How to create or manipulate GPU assembler?
Does any one have experience in creating/manipulating GPU machine code, possibly at run-time? I am interested in modifying GPU assembler code, possibly at run time with minimal overhead.Specifically[详细]
2023-02-03 12:14 分类:问答NVIDIA vs AMD: GPGPU performance
I\'d like to hear from people with experience of coding for both. Myself, I only have experience with NVIDIA.[详细]
2023-02-03 11:46 分类:问答Resources for doing GPU-accelerated computation (GPGPU) on the iPhone?
I\'m interested in doing GPU-accelerated computation in iOS (for iPhones 3GS and 4). Unfortunately, neither device supports OpenCL, so it seems the only choice is to express the program data as graphi[详细]
2023-02-03 06:41 分类:问答GPU-based search for all possible paths between two nodes on a graph
My work makes extensive use of the algorithm by Migliore, Martorana and Sciortino for finding all possible simple paths, i.e. ones in which no node is encountered more than once, in a graph as describ[详细]
2023-02-03 02:26 分类:问答How to optimize Conway's game of life for CUDA?
I\'ve written this CUDA kernel for Conway\'s game of life: __global__ void gameOfLife(float* returnBuffer, int width, int height) {[详细]
2023-02-02 17:51 分类:问答What popular software takes advantage of General Purpose GPUs?
So I hear a lot about software development moving to GPUs.. but does anyone know of any popular software that actually leverages computations on the GPU开发者_JAVA技巧?Here are a couple relevant links[详细]
2023-01-30 08:34 分类:问答Is there a Java library for accelerated vector computations?
I\'m looking for a Java lib that permits to do some fast computations with vector (and maybe matrices too).[详细]
2023-01-29 17:16 分类:问答CUDA and MATLAB for loop optimization
I\'m going to attempt to optimize some code written in MATLAB, by using CUDA. I recently started programming CUDA, but I\'ve got a general idea of how it works.[详细]
2023-01-29 13:50 分类:问答GPU Shared Memory Bank Conflict
I am trying to understand how bank conflicts take place. if i have an array of size 256 in global memory and i have 256 threads in a single Block, and i want to copy the array to shared memory. theref[详细]
2023-01-29 09:39 分类:问答Integer calculations on GPU
For my work it\'s开发者_C百科 particularly interesting to do integer calculations, which obviously are not what GPUs were made for. My question is: Do modern GPUs support efficient integer operations?[详细]
2023-01-28 08:23 分类:问答
加载中,请稍侯......