Skip to content

Commit 66f82b1

Browse files
committed
Remove old sycl_jit ref
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 8b5e133 commit 66f82b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/KernelCompiler/sycl_join.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ int main() {
6767
sycl::context Ctx = Q.get_context();
6868

6969
if (!Q.get_device().ext_oneapi_can_compile(syclex::source_language::sycl)) {
70-
std::cout << "Apparently this device does not support `sycl_jit` source "
70+
std::cout << "Apparently this device does not support `sycl` source "
7171
"kernel bundle extension: "
7272
<< Q.get_device().get_info<sycl::info::device::name>()
7373
<< std::endl;

0 commit comments

Comments
 (0)