opencl
How many GPUs are out there? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-17 02:39 分类:问答OpenCL research/ academic papers
I\'m about to start my honours project at uni on OpenCL a开发者_StackOverflow中文版nd how it can be used to improve modern game development. I know there is a couple of books out now/soon about learni[详细]
2023-03-16 14:55 分类:问答OpenCL - atomic_cmpxchg
What does this function do??. I couldn\'t understand a thing from the OpenCL specification!! The code below is a snippet from spMV code.[详细]
2023-03-16 10:57 分类:问答Setting up emacs with openCL
What steps are needed to get a simple OpenCL enabled program to co开发者_运维知识库mpile and run using emacs? We\'re developing with the C++ bindings right now and I have never used emacs but my teamm[详细]
2023-03-16 05:47 分类:问答Using the same kernel instance for more works
After i 开发者_如何学运维call clEnqueueNDRangeKernel using one cl_kernel instance can i use the same instance to enqueue an other task before the execution of the first one is finished?[详细]
2023-03-16 03:09 分类:问答Global variable touched by a passed-in parameter becomes unusable
folks! I pass a struct full of data to my kernel, and I run into the following difficulty using it (very stripped down):[详细]
2023-03-15 20:48 分类:问答How to "stream" data from and to global memory?
The codeproject.com showcase Part 2: OpenCL™ – Memory Spaces states that Global memory should be considered as streaming memory [...] and that the best performance will be achieved when streaming co[详细]
2023-03-15 18:13 分类:问答Preprocessor tomfoolery (stringifying a #include)
Note: This question has nothing to do with OpenCL per se... check the last paragraph for a succinct statement of my question. But to provide some background:[详细]
2023-03-15 16:15 分类:问答I'm passing a struct pointer to my kernel -- how can I make that data accessible to helper functions?
Good day, folks! I have a structure with 100+ parameters needed by my kernel.I create a buffer object for the data, do the write, and set a pointer to that 开发者_如何学Pythondata as a kernel argumen[详细]
2023-03-15 14:54 分类:问答How to get a list (or subset) from an OpenCL Kernel?
I have a large array with 2^20 ulongs on it.This little OpenCL kernel flows through it like a charm. Yet, I have absolutely no idea (and google hasn\'t helped here) how to return a small number of ite[详细]
2023-03-14 16:03 分类:问答