Skip to content

Commit 84a80ef

Browse files
Update sycl/test/filter_selector/select_device_acc.cpp
Co-authored-by: vladimirlaz <[email protected]>
1 parent 092673f commit 84a80ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/filter_selector/select_device_acc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int main() {
2525
default_selector ds;
2626
device d = ds.select_device();
2727
string name = d.get_platform().get_info<info::platform::name>();
28-
assert(name.find("OpneCL") != string::npos);
28+
assert(name.find("OpenCL") != string::npos);
2929
std::cout << "ACC Device is found: " << std::boolalpha << d.is_accelerator()
3030
<< std::endl;
3131
}

0 commit comments

Comments
 (0)