summaryrefslogtreecommitdiffstats
path: root/sc/workben
diff options
context:
space:
mode:
Diffstat (limited to 'sc/workben')
-rwxr-xr-xsc/workben/opencl/platform_detect.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/workben/opencl/platform_detect.cxx b/sc/workben/opencl/platform_detect.cxx
index 81c19e6d06e6..b0a9c610d7e1 100755
--- a/sc/workben/opencl/platform_detect.cxx
+++ b/sc/workben/opencl/platform_detect.cxx
@@ -9,7 +9,8 @@ using namespace std;
int main()
{
- const char* dllname = "OpenCL.dll"; // from GPU driver.
+ const char* dllname = "libOpenCL.so"; // on Linux
+// const char* dllname = "OpenCL.dll"; // from GPU driver.
// const char* dllname = "amdocl.dll"; // from AMD SDK
// const char* dllname = "intelocl.dll"; // from Intel SDK
int status = clewInit(dllname);