We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61905ef commit bc422e0Copy full SHA for bc422e0
sycl/test-e2e/lit.cfg.py
@@ -662,10 +662,6 @@ def open_check_file(file_name):
662
for sycl_device in config.sycl_devices:
663
env = copy.copy(llvm_config.config.environment)
664
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.
669
if sycl_device.startswith("cuda:"):
670
env["SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT"] = "1"
671
# When using the ONEAPI_DEVICE_SELECTOR environment variable, sycl-ls
0 commit comments