rajxabc

Results 12 comments of rajxabc

Thank you for your time. This is lot to understand, will revert back to you after understanding your explanation. Thanks

``` public int ckmulti() { ClNumberCruncher gpu = new ClNumberCruncher(AcceleratorType.GPU | AcceleratorType.CPU, @" __kernel void test0(__global float * a) { int i=get_global_id(0); a[i]+=3.1415f; } "); ClArray f = arrayOfPIs; f.compute(gpu,...

it is same code works with "cekirdekler_dll_v1_4_1_opencl_1_2_" . and one more question please. how to pass const int parameter, nextParam allows only arrays . for ex : __kernel void ScalarProd(...

![esxception](https://user-images.githubusercontent.com/40023139/59415036-af5f2000-8dfd-11e9-9e74-f074b77e4a59.jpg)

yes , it works with older version perfectly.

yes it is vS2017, which version did you use ? from these ? cekirdekler_dll_v1_4_1_opencl_2_0_update2.rar cekirdekler_dll_v1_4_1_opencl_2_0_update3.rar cekirdekler_dll_v1_4_1_opencl_2_0_update5.rar " Exception thrown: 'System.NullReferenceException' in Cekirdekler.dll An unhandled exception of type 'System.NullReferenceException' occurred in...

gpu.lastComputePerformanceReport(); throws .... No OpenCL-capable device was found. Exception thrown: 'System.NullReferenceException' in Cekirdekler.dll An unhandled exception of type 'System.NullReferenceException' occurred in Cekirdekler.dll Object reference not set to an instance of...

ok i will UN- reference the threading dll and check

I tried all these cekirdekler_dll_v1_4_1_opencl_2_0_update2.rar cekirdekler_dll_v1_4_1_opencl_2_0_update3.rar cekirdekler_dll_v1_4_1_opencl_2_0_update5.rar with reference to threading dll and and without . they don't work . Yes opencl 1.2 works. I have VS2017 .Net4.7 . Thank...