opencl
Problem reinterpreting parameters in OpenCL 1.0
Is it possible to reinterpret parameters that have been passed into an OpenCL Kernel. For example, if I have an array of integers being passes in, but I want to interpret the integer at index 16 as a[详细]
2023-03-11 04:17 分类:问答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 分类:问答Candidate Excel Functions for GPU acceleration [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-10 21:41 分类:问答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 分类:问答Work_dim in NDRange
I can not understand what work_dim is 开发者_运维百科for in clEnqueueNDRangeKernel()? So, what is the difference between work_dim=1 and work_dim=2?[详细]
2023-03-09 19:42 分类:问答OpenCL code runs faster on MBP than on NVIDIA GTX 480
I\'m I have come across a strange problem. I\'m implementing some linear algebra, only matrix multiplications so far, in OpenCL, and have been testing this on my laptop. The code is really simple:[详细]
2023-03-08 02:51 分类:问答OpenCL Deployment
I am considering writing an nbody style simulation in c/c++ that needs to run on most personal computers. Ess开发者_运维知识库entially an O(n^2) particle simulator.[详细]
2023-03-07 18:10 分类:问答OpenCL - Empty result when loading a specific amount of input data
Right now I am programming some samples to understand OpenCL for future use. In the sample with the problem, I load some big 8bit Images and calculate[详细]
2023-03-05 21:52 分类:问答Where should I using OpenCL data types?
I have a question: where should I using OpenCL data开发者_开发百科 types? For what are us? Which are covered they?Some types are defined in the OpenCL C programming language, like int, float4, etc.[详细]
2023-03-05 15:04 分类:问答OpenCL autocorrelation kernel
I have written a simple program that does autocorrelation as follows...I\'ve used pgi accelerator directives to move the computation to GPUs.[详细]
2023-03-05 01:11 分类:问答