Commit 421bfc1
authored
[SYCL][E2E] Require CUDA on max(_linear)_work_group_size property tests (#19814)
This commit changes the requirements in
sycl/test-e2e/Basic/max_work_group_size_props.cpp and
sycl/test-e2e/Basic/max_linear_work_group_size_props.cpp to require CUDA
rather than exclude other backends. This is done as the extension
feature is explicitly marked as CUDA-specific in the extension document.
Closes #16403
Signed-off-by: Larsen, Steffen <[email protected]>1 parent b076552 commit 421bfc1
File tree
2 files changed
+4
-6
lines changed- sycl/test-e2e/Basic
2 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
0 commit comments