We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c230841 + 641f43d commit ff639d1Copy full SHA for ff639d1
modules/core/src/opencl/runtime/opencl_core.cpp
@@ -204,7 +204,7 @@ static void* GetProcAddress(const char* name)
204
{
205
const std::string path = (i==0) ? getRuntimePath(defaultAndroidPaths[i]) : defaultAndroidPaths[i];
206
if (!path.empty()) {
207
- handle = GetHandle(path);
+ handle = GetHandle(path.c_str());
208
if (handle) {
209
foundOpenCL = true;
210
break;
0 commit comments