Driver: Fixed segfault on Intel iGPU on OpenCL device deinitialization
Not sure if it's a bug on my end or Intel's. Commenting clReleaseDevice until more is known.
This commit is contained in:
@@ -68,7 +68,7 @@ template<class CLType, class CUType>
|
||||
void Handle<CLType, CUType>::release(cl_command_queue x) { dispatch::clReleaseCommandQueue(x); }
|
||||
|
||||
template<class CLType, class CUType>
|
||||
void Handle<CLType, CUType>::release(cl_device_id x) { dispatch::clReleaseDevice(x); }
|
||||
void Handle<CLType, CUType>::release(cl_device_id /*x*/) { /*dispatch::clReleaseDevice(x);*/ }
|
||||
|
||||
template<class CLType, class CUType>
|
||||
void Handle<CLType, CUType>::release(cl_event x) { dispatch::clReleaseEvent(x); }
|
||||
|
Reference in New Issue
Block a user