1 | initial version |
How about trying following code: current_device.set(current_device.ptr());
2 | No.2 Revision |
How about trying following code: - current_device.set(current_device.ptr());
3 | No.3 Revision |
How about trying following code:
- current_device.set(current_device.ptr());current_device.set(current_device.ptr());
BTW, you'd beeter set the environment variables to set up the OpenCL device.
4 | No.4 Revision |
How about trying following code: - current_device.set(current_device.ptr()); BTW, you'd beeter set the environment variables to set up the OpenCL device.