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 092673f commit 84a80efCopy full SHA for 84a80ef
sycl/test/filter_selector/select_device_acc.cpp
@@ -25,7 +25,7 @@ int main() {
25
default_selector ds;
26
device d = ds.select_device();
27
string name = d.get_platform().get_info<info::platform::name>();
28
- assert(name.find("OpneCL") != string::npos);
+ assert(name.find("OpenCL") != string::npos);
29
std::cout << "ACC Device is found: " << std::boolalpha << d.is_accelerator()
30
<< std::endl;
31
}
0 commit comments