Skip to content

Commit 2c56b94

Browse files
enable path by default
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent 55ec497 commit 2c56b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/queue_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ class queue_impl {
756756
}
757757

758758
bool nativeHostTaskHandling() {
759-
return std::getenv("SYCL_ENABLE_USER_EVENTS_PATH") &&
759+
return /*std::getenv("SYCL_ENABLE_USER_EVENTS_PATH") &&*/
760760
(MDevice->getBackend() == backend::ext_oneapi_level_zero);
761761
}
762762

0 commit comments

Comments
 (0)