Skip to content

Commit

Permalink
Add comment for variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ayylol committed Nov 27, 2024
1 parent 4229c2a commit 7d3a72c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sycl/test-e2e/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,9 +656,10 @@ def open_check_file(file_name):
# discovered already.
config.sycl_dev_features = {}

# Architecture flag for compiling for AMD HIP devices. Empty otherwise.
arch_flag = ""
# Version of the driver for a given device. Empty for non-Intel devices.
config.intel_driver_ver = {}
arch_flag = ""
for sycl_device in config.sycl_devices:
env = copy.copy(llvm_config.config.environment)
env["ONEAPI_DEVICE_SELECTOR"] = sycl_device
Expand Down

0 comments on commit 7d3a72c

Please sign in to comment.