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.
1 parent c1db14c commit eeb0e6aCopy full SHA for eeb0e6a
sycl/source/detail/kernel_compiler/kernel_compiler_opencl.cpp
@@ -99,7 +99,7 @@ void loadOclocLibrary(const std::vector<uint32_t> &IPVersionVec) {
99
}
100
return true;
101
};
102
- for (const std::string_view result : OclocPaths) {
+ for (const std::string_view &result : OclocPaths) {
103
if (attemptLoad(result))
104
return; // exit on successful attempt
105
0 commit comments