aboutsummaryrefslogtreecommitdiff
path: root/src/core/dsp/device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dsp/device.cpp')
-rw-r--r--src/core/dsp/device.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/dsp/device.cpp b/src/core/dsp/device.cpp
index 32cd9b0..98a2bd8 100644
--- a/src/core/dsp/device.cpp
+++ b/src/core/dsp/device.cpp
@@ -990,6 +990,12 @@ cl_int DSPDevice::info(cl_device_info param_name,
return CL_SUCCESS;
}
+void DSPDevice::setProperties(const cl_device_partition_property *properties)
+{
+ // TODO
+}
+
+
/******************************************************************************
* Call back functions from the target loader
******************************************************************************/