Skip to content

Commit bc422e0

Browse files
committed
fix
1 parent 61905ef commit bc422e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sycl/test-e2e/lit.cfg.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -662,10 +662,6 @@ def open_check_file(file_name):
662662
for sycl_device in config.sycl_devices:
663663
env = copy.copy(llvm_config.config.environment)
664664
env["ONEAPI_DEVICE_SELECTOR"] = sycl_device
665-
env["ZES_ENABLE_SYSMAN"] = "1"
666-
# The reason for setting ZES_ENABLE_SYSMAN=1 is to ensure
667-
# that the "ext_intel_free_memory" aspect is displayed by sycl-ls --verbose.
668-
# Without this aspect, tests requiring it are skipped.
669665
if sycl_device.startswith("cuda:"):
670666
env["SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT"] = "1"
671667
# When using the ONEAPI_DEVICE_SELECTOR environment variable, sycl-ls

0 commit comments

Comments
 (0)