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 4229c2a commit 7d3a72cCopy full SHA for 7d3a72c
sycl/test-e2e/lit.cfg.py
@@ -656,9 +656,10 @@ def open_check_file(file_name):
656
# discovered already.
657
config.sycl_dev_features = {}
658
659
+# Architecture flag for compiling for AMD HIP devices. Empty otherwise.
660
+arch_flag = ""
661
# Version of the driver for a given device. Empty for non-Intel devices.
662
config.intel_driver_ver = {}
-arch_flag = ""
663
for sycl_device in config.sycl_devices:
664
env = copy.copy(llvm_config.config.environment)
665
env["ONEAPI_DEVICE_SELECTOR"] = sycl_device
0 commit comments