Skip to content

Commit b0db6dd

Browse files
authored
[SYCL][COMPAT] Add missing sg-32 require in tests (#15622)
These two tests hardcode and require a sub-group size of 32, so they fail on platforms with different work group sizes, therefore they need the lit REQUIRES tag.
1 parent 690efd8 commit b0db6dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sycl/test-e2e/syclcompat/util/util_match_all_over_group.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
//
3131
// ===----------------------------------------------------------------------===//
3232

33+
// REQUIRES: sg-32
3334
// RUN: %{build} -o %t.out
3435
// RUN: %{run} %t.out
3536

sycl/test-e2e/syclcompat/util/util_match_any_over_group.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
//
3131
// ===----------------------------------------------------------------------===//
3232

33+
// REQUIRES: sg-32
3334
// RUN: %{build} -o %t.out
3435
// RUN: %{run} %t.out
3536

0 commit comments

Comments
 (0)