gpgpu
Fast arithmetic using the flash 3d api?
Some computationally intensive software are now using the GPU to solve mathematical problems. Now that flash has GPU support, is it possible to use flash t开发者_运维技巧o crunch math problems? How wo[详细]
2023-03-11 10:03 分类:问答What is the fastest library for finding FFT on a GPU? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th[详细]
2023-03-10 22:22 分类:问答Is Myers Diff amenable to running on GPUs?
I\'m interested in making a faster Myers diff implementation by running it on a GPU, i.e. with OpenCL.I have a good understanding of the algorithm but am new to GPU programming.My hunch is that the GP[详细]
2023-03-10 13:41 分类:问答Is there some kind of incompatibility with Boost::thread() and Nvidia CUDA?
I\'m developing a generic streaming CUDA kernel execution Framework that allows parallel data copy & execution on the GPU.[详细]
2023-03-07 16:56 分类:问答Any Lisp extensions for CUDA?
I just noted that one of the first languages for the Connection-Machine of W.D. Hillis was *Lisp, an extension of Common Lisp with parallel constructs. The Connection-Machine was a massively parallel[详细]
2023-03-07 05:39 分类:问答Error compiling Cuda - expected primary-expression
this program seems be fine but I still getting an erro, some suggestion? Program: #include \"dot.h\" #include <cuda.h>[详细]
2023-03-06 01:41 分类:问答GPGPU vs. Multicore?
What are the key practical differences between GPGPU开发者_Python百科 and regular multicore/multithreaded CPU programming, from the programmer\'s perspective?Specifically:[详细]
2023-03-04 18:00 分类:问答PyCUDA+Threading = Invalid Handles on kernel invocations
I\'ll try and make this clear; I\'ve got two classes; GPU(Object), for general access to GPU functionality, and multifunc(threading.Thread) for a particular function I\'m trying to multi-device-ify.[详细]
2023-03-03 06:49 分类:问答PyCUDA/CUDA: Causes of non-deterministic launch failures?
Anyone following CUDA will probably have seen a few of my queries regarding a project I\'m involved in, but for those who haven\'t I\'ll summarize. (Sorry for the long question in advance)[详细]
2023-03-01 16:22 分类:问答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 分类:问答