summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-11 10:03:17 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-11 10:03:22 +0300
commitf7d2e3e08ca9de9424f58d9600ec88077d1a196f (patch)
tree8e7731c71ab11f03e728d598c504eaa2e953726b
parenta69e8fc686c4e6ec996ba91e61e3021e8f9e0d60 (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
-rw-r--r--sc/source/core/opencl/openclwrapper.cxx3
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;
}