Rajesh Pradhan

Results 14 comments of Rajesh Pradhan

Hi Denis, Its the one from your gist - https://gist.github.com/ddemidov/8681608 https://gist.github.com/ddemidov/8681608 Thanks, Rajesh > On Jan 29, 2015, at 4:54 PM, Denis Demidov [email protected] wrote: > > Can you share...

Ah ok.. I’ve looked at #92. Will change the filter to CL_DEVICE_TYPE_GPU for the Mac platform for now. Not sure if this applies to the new Macs though. Thanks for...

Closing this issue as it seems to be a bug in the Apple OpenCL framework. FYI, the 10.10.2 update also does not fix this.

Looking into it… will keep you updated. > On Jan 29, 2015, at 6:38 PM, Denis Demidov [email protected] wrote: > > Thank you for the info! If you are able...

Denis, Interestingly, the default programs provided in the Xcode samples all run fine on the CPU. Just looked at the compiler and program options and don't see anything special there...

Here's what works on the CPU thus far ... (taken from your examples, of course ) ``` .cpp #include #include #include #include #define __CL_ENABLE_EXCEPTIONS #include //--------------------------------------------------------------------------- int main() { const...

Hi Denis, here goes ... https://gist.github.com/lajash/59d9a2f489d2aa05f1e9

Will do … will get back to you shortly… > On Jan 30, 2015, at 12:52 PM, Denis Demidov [email protected] wrote: > > So the failing kernels I can see...

After using the updated compiler_bug.cpp from your gist, Intel(R) Core(TM) i7-2820QM CPU @ 2.30GHz OpenCL compilation error CVMS_ERROR_SERVICE_FAILURE: CVMS compiler has crashed or hung managing the service. clBuildProgram So basically,...

You're right .... there's an issue with the quantum of data being transferred. See this gist https://gist.github.com/lajash/1645b473676633b35d9e NDEnqueKernel issue with larger dataset.