Home
last modified time | relevance | path

Searched refs:g_opencl_library_paths (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc29 static const std::vector<std::string> g_opencl_library_paths = { variable
171 std::find_if(g_opencl_library_paths.begin(), g_opencl_library_paths.end(), in LoadOpenCLLibrary()
173 if (it != g_opencl_library_paths.end()) { in LoadOpenCLLibrary()
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp29 static const std::vector<std::string> g_opencl_library_paths = { variable
154 std::find_if(g_opencl_library_paths.begin(), g_opencl_library_paths.end(), in LoadOpenCLLibrary()
156 if (it != g_opencl_library_paths.end()) { in LoadOpenCLLibrary()