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 d2e967a commit cc428ffCopy full SHA for cc428ff
sycl/source/detail/device_filter.cpp
@@ -53,7 +53,7 @@ device_filter::device_filter(const std::string &FilterString) {
53
// Handle the optional 1st field of the filter, backend
54
// Check if the first entry matches with a known backend type
55
std::vector<std::string> Tokens = tokenize(FilterString, ":");
56
- size_t i = 0;
+ size_t I = 0;
57
SubString = Tokens[i];
58
auto It =
59
std::find_if(std::begin(SyclBeMap), std::end(SyclBeMap), findElement);
0 commit comments