Skip to content

Commit cc428ff

Browse files
Update sycl/source/detail/device_filter.cpp
Co-authored-by: Romanov Vlad <[email protected]>
1 parent d2e967a commit cc428ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/device_filter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ device_filter::device_filter(const std::string &FilterString) {
5353
// Handle the optional 1st field of the filter, backend
5454
// Check if the first entry matches with a known backend type
5555
std::vector<std::string> Tokens = tokenize(FilterString, ":");
56-
size_t i = 0;
56+
size_t I = 0;
5757
SubString = Tokens[i];
5858
auto It =
5959
std::find_if(std::begin(SyclBeMap), std::end(SyclBeMap), findElement);

0 commit comments

Comments
 (0)