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 8b5e133 commit 66f82b1Copy full SHA for 66f82b1
sycl/test-e2e/KernelCompiler/sycl_join.cpp
@@ -67,7 +67,7 @@ int main() {
67
sycl::context Ctx = Q.get_context();
68
69
if (!Q.get_device().ext_oneapi_can_compile(syclex::source_language::sycl)) {
70
- std::cout << "Apparently this device does not support `sycl_jit` source "
+ std::cout << "Apparently this device does not support `sycl` source "
71
"kernel bundle extension: "
72
<< Q.get_device().get_info<sycl::info::device::name>()
73
<< std::endl;
0 commit comments