File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:" ):
You can’t perform that action at this time.
0 commit comments