diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-07-11 10:03:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-07-11 10:03:22 +0300 |
commit | f7d2e3e08ca9de9424f58d9600ec88077d1a196f (patch) | |
tree | 8e7731c71ab11f03e728d598c504eaa2e953726b /sc | |
parent | a69e8fc686c4e6ec996ba91e61e3021e8f9e0d60 (diff) |
Again, bin no-op call of clGetCommandQueueInfo(CL_QUEUE_THREAD_HANDLE_AMD)
Besides, CL_QUEUE_THREAD_HANDLE_AMD is not defined any more in
openclwrappers.hxx.
Change-Id: I11fd3d9ea873cf8c9d62b3c2653cfb5e0bf4a437
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/opencl/openclwrapper.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/opencl/openclwrapper.cxx b/sc/source/core/opencl/openclwrapper.cxx index 0c9472137119..1e0719bb96d9 100644 --- a/sc/source/core/opencl/openclwrapper.cxx +++ b/sc/source/core/opencl/openclwrapper.cxx @@ -743,9 +743,6 @@ int OpenclDevice::InitOpenclRunEnv(GPUEnv *gpuInfo) } } - status = clGetCommandQueueInfo(gpuInfo->mpCmdQueue, - CL_QUEUE_THREAD_HANDLE_AMD, 0, NULL, NULL); - return 0; } |