OpenCLRaw
OpenCLRaw copied to clipboard
OpenCL raw wrapper for Haskell
Results
3
OpenCLRaw issues
Sort by
recently updated
recently updated
newest added
Hi, I added forgotten elements to exported list in Kernel and ProgramObject
Current implementation have an CL_INVALID_EVENT_WAIT_LIST when no events passed. I check it to use nullPtr instead
First, thanks for the OpenCLRaw library. I'm using it in a project and i found a error. When I call clGetDeviceInfo function, it always fail. I think the problem is...