Skip to content

Commit 5c2402a

Browse files
Test change
1 parent ca5443d commit 5c2402a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3383,9 +3383,7 @@ bool doesImageTargetMatchDevice(const RTDeviceBinaryImage &Img,
33833383
});
33843384
// Device image has no compile_target property, so it is JIT compiled.
33853385
if (PropIt == PropRange.end()) {
3386-
sycl::backend BE = Dev.get_backend();
3387-
return (BE == sycl::backend::opencl ||
3388-
BE == sycl::backend::ext_oneapi_level_zero);
3386+
return true;
33893387
}
33903388

33913389
// Device image has the compile_target property, so it is AOT compiled for

0 commit comments

Comments
 (0)