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 73a3557 commit db1f972Copy full SHA for db1f972
sycl/test-e2e/lit.cfg.py
@@ -647,8 +647,8 @@ def open_check_file(file_name):
647
env = copy.copy(llvm_config.config.environment)
648
env["ONEAPI_DEVICE_SELECTOR"] = sycl_device
649
env["ZES_ENABLE_SYSMAN"] = "1"
650
- # The reason for setting ZES_ENABLE_SYSMAN=1 is to ensure
651
- # that the "ext_intel_free_memory" aspect is displayed by sycl-ls --verbose
+ # The reason for setting ZES_ENABLE_SYSMAN=1 is to ensure
+ # that the "ext_intel_free_memory" aspect is displayed by sycl-ls --verbose.
652
# Without this aspect, tests requiring it are skipped.
653
if sycl_device.startswith("cuda:"):
654
env["SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT"] = "1"
0 commit comments