Skip to content

Commit 2e3b58d

Browse files
authored
[SYCL][E2E] Add missing sg-32 requires (#18236)
These tests are using `redq_sub_group_size(32)` so they should require the feature. This is visible on certain AMD GPUs that use a 64 thread sub-group size instead of 32 threads.
1 parent 898cbbb commit 2e3b58d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sycl/test-e2e/SubGroup/attributes_cuda_hip.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1010
//
1111
//===----------------------------------------------------------------------===//
12+
// REQUIRES: sg-32
1213

1314
#include "attributes_helper.hpp"
1415

sycl/test-e2e/syclcompat/launch/launch_policy.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* Description:
2020
* launch<F> with config tests
2121
**************************************************************************/
22+
// REQUIRES: sg-32
2223

2324
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
2425
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)