We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9160c commit e8ca29fCopy full SHA for e8ca29f
opencl/openclwrapper.cpp
@@ -3611,9 +3611,4 @@ bool OpenclDevice::selectedDeviceIsOpenCL() {
3611
return (device.type == DS_DEVICE_OPENCL_DEVICE);
3612
}
3613
3614
-bool OpenclDevice::selectedDeviceIsNativeCPU() {
3615
- ds_device device = getDeviceSelection();
3616
- return (device.type == DS_DEVICE_NATIVE_CPU);
3617
-}
3618
-
3619
#endif
opencl/openclwrapper.h
@@ -317,8 +317,6 @@ class OpenclDevice
317
static ds_device selectedDevice;
318
static bool deviceIsSelected;
319
static bool selectedDeviceIsOpenCL();
320
- static bool selectedDeviceIsNativeCPU();
321
322
};
323
324
#endif // USE_OPENCL
0 commit comments