Skip to content

Commit 5636a2e

Browse files
author
Hugh Delaney
authored
[SYCL] Pass OCL_ICD_VENDORS to LIT (#16133)
Tests can fail if `OCL_ICD_VENDORS` is needed but not set.
1 parent 10044a3 commit 5636a2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/test-e2e/lit.cfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
[
7676
"PATH",
7777
"OCL_ICD_FILENAMES",
78+
"OCL_ICD_VENDORS",
7879
"CL_CONFIG_DEVICES",
7980
"SYCL_DEVICE_ALLOWLIST",
8081
"SYCL_CONFIG_FILE_NAME",

0 commit comments

Comments
 (0)