Commit cd125a4
authored
[SYCL][E2E] Use target feature in 3 tests that explicitly set the triple (#16828)
These tests should only build on `build-only` if we have either
`target-nvidia` or `target-amd` enabled. Currently they build regardless
of what triples are available, and this was not detected because these
tests set the triple explicitly rather than through the
`%{sycl_target_opts}` expansion.1 parent 17f2936 commit cd125a4
File tree
3 files changed
+4
-4
lines changed- sycl/test-e2e
- OptionalKernelFeatures/is_compatible
- SpecConstants/2020/non_native
3 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments