Skip to content

Commit a0d09f0

Browse files
Test change
1 parent 74c1ff8 commit a0d09f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3403,6 +3403,7 @@ bool doesImageTargetMatchDevice(const RTDeviceBinaryImage &Img,
34033403
} if (strcmp(Target, __SYCL_DEVICE_BINARY_TARGET_NATIVE_CPU) == 0) {
34043404
return BE == sycl::backend::ext_oneapi_native_cpu;
34053405
}
3406+
std::cerr << Target << std::endl;
34063407
assert(false);
34073408
return false;
34083409
}

0 commit comments

Comments
 (0)