Kaydet (Commit) 7f344146 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: Unreferenced function definition

Change-Id: I25bc6231f4efd76b33db028f6ffea19799519083
üst 634fdb75
...@@ -3726,10 +3726,12 @@ public: ...@@ -3726,10 +3726,12 @@ public:
mpKernel = pKernel; mpKernel = pKernel;
} }
#if ENABLE_THREADED_OPENCL_KERNEL_COMPILATION
void setUnmanagedKernel( DynamicKernel* pKernel ) void setUnmanagedKernel( DynamicKernel* pKernel )
{ {
mpKernel = pKernel; mpKernel = pKernel;
} }
#endif
CLInterpreterResult launchKernel() CLInterpreterResult launchKernel()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment