Cloo icon indicating copy to clipboard operation
Cloo copied to clipboard

Results 5 Cloo issues
Sort by recently updated
recently updated
newest added

I used a code for number theory returning results on a bool array. The code crashed in unpredictable way. Now I found that SizeOf returns a 4 byte for bool....

``` int someGlobal1; int[] someGlobal2; kernel void SomeKernel() { //some code } ``` How can I set values of two global variables defined like this in C#? Is there a...

For the ComputeBuffer constructor which takes a `T[] data` parameter, the array is pinned only for the duration of the call to clCreateBuffer. This appears to be fine if using...

HI, lately I am facing a problem where I need to debug a module of software. this module is including Cloo lib. , which is called loop by loop. however,...

added clCreateImage binding in order to create images without having to use the deprecated createImage2d(3d) added computeImageDescription struct, modified memory flag enum and deleted the abstract key from ComputeImage class.