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 0a0cf63 commit dd12cbaCopy full SHA for dd12cba
sycl/test/filter_selector/select_device_acc.cpp
@@ -61,7 +61,7 @@ int main() {
61
accelerator_selector as;
62
device d = as.select_device();
63
string name = d.get_platform().get_info<info::platform::name>();
64
- assert(name.find("OpneCL") != string::npos);
+ assert(name.find("OpenCL") != string::npos);
65
std::cout << "ACC device is found: " << d.is_accelerator() << std::endl;
66
}
67
0 commit comments