Skip to content

Commit a6d1ae8

Browse files
set config properly
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent f61336e commit a6d1ae8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sycl/test-e2e/format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def get_extra_env(sycl_devices):
332332

333333
dev_features = test.config.sycl_dev_features[full_dev_name]
334334
if "level_zero_v2_adapter" in dev_features:
335-
expanded += " env UR_LOADER_USE_LEVEL_ZERO_V2=1"
335+
expanded += " env UR_LOADER_USE_LEVEL_ZERO_V2=1 SYCL_ENABLE_USER_EVENTS_PATH=1"
336336

337337
expanded += " ONEAPI_DEVICE_SELECTOR={} {}".format(
338338
parsed_dev_name, test.config.run_launcher

sycl/test-e2e/lit.cfg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,6 @@ def remove_level_zero_suffix(devices):
834834

835835
if "v2" in full_name:
836836
env["UR_LOADER_ENABLE_LEVEL_ZERO_V2"] = "1"
837-
env["SYCL_ENABLE_USER_EVENTS_PATH"] = "1"
838837

839838
env["ONEAPI_DEVICE_SELECTOR"] = sycl_device
840839
if sycl_device.startswith("cuda:"):

0 commit comments

Comments
 (0)