Skip to content

Commit f67dc0c

Browse files
committed
[L0] Enable default support for L0 in-order lists
Signed-off-by: Raiyan Latif <[email protected]>
1 parent bb589ca commit f67dc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ bool ur_device_handle_t_::useDriverInOrderLists() {
10601060
static const bool UseDriverInOrderLists = [] {
10611061
const char *UrRet = std::getenv("UR_L0_USE_DRIVER_INORDER_LISTS");
10621062
if (!UrRet)
1063-
return false;
1063+
return true;
10641064
return std::atoi(UrRet) != 0;
10651065
}();
10661066

0 commit comments

Comments
 (0)