python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to access the numerical value of a cl_device_id variable in opencl cpp
i have created a vector of custom type whose size is equal to number of gpu devices in the platform. Now the idea is to access the element from this vector at an index of current device referrring to ...
yogeesh agarwal
Votes: 0
Answers: 2
opencl skipping data during operation on struct
I have a custom struct on which I want to do an operation to reduce the field scalar1 on all my structs. It is a very straightforward operation. It seems the subtraction is happening, but OpenCL does ...
PyThagoras
Votes: 0
Answers: 1
pyopencl initialize non zero float4 array
I want to populate an array with float4 type. I have no idea how to initialize the arrays with something else than zeros. I've tried variations of this, but this is what I've come with, that explains ...
PyThagoras
Votes: 0
Answers: 2
How to use OpenCL 2.0 kernel language in Qt Creator?
Several days ago, when I started to learn OpenCL, I needed a good IDE to write OpenCL C kernel language, which provides some basic functions like syntax highlighting and static analysis. I was surpris...
yhgu2000
Votes: 0
Answers: 1