Commit a8e8b4e
authored
[SYCL][E2E] Initialize
In an environment with no devices this variable is never set, causing a
confusing error when we try to define the `clangxx` expansion. Here we
set it to an empty string by default so that instead of exiting with a
python error we report all tests as unsupported (due to having no
devices).
This same issue is why `arch_flag` was set in build-only mode, so I
removed the line that did that too.arch_flag to an empty string by default (#16200)1 parent a9781dd commit a8e8b4e
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
657 | 656 | | |
658 | 657 | | |
659 | 658 | | |
| 659 | + | |
| 660 | + | |
660 | 661 | | |
661 | 662 | | |
662 | 663 | | |
| |||
798 | 799 | | |
799 | 800 | | |
800 | 801 | | |
801 | | - | |
802 | | - | |
803 | | - | |
804 | 802 | | |
805 | 803 | | |
806 | 804 | | |
| |||
0 commit comments