Skip to content

Commit 7d3a72c

Browse files
committed
Add comment for variable
1 parent 4229c2a commit 7d3a72c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test-e2e/lit.cfg.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,9 +656,10 @@ def open_check_file(file_name):
656656
# discovered already.
657657
config.sycl_dev_features = {}
658658

659+
# Architecture flag for compiling for AMD HIP devices. Empty otherwise.
660+
arch_flag = ""
659661
# Version of the driver for a given device. Empty for non-Intel devices.
660662
config.intel_driver_ver = {}
661-
arch_flag = ""
662663
for sycl_device in config.sycl_devices:
663664
env = copy.copy(llvm_config.config.environment)
664665
env["ONEAPI_DEVICE_SELECTOR"] = sycl_device

0 commit comments

Comments
 (0)