Skip to content

Commit 7076bdd

Browse files
committed
PR fixes
1 parent ac489a5 commit 7076bdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clang/test/SemaSYCL/reqd-sub-group-size-amd_32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %clang_cc1 -fsycl-is-device -triple amdgcn-amd-amdhsa -target-cpu gfx1010 -internal-isystem %S/Inputs -std=c++2b -verify %s
22

33
// Sub-group size is optimized for 32, warn (and ignore the attribute) if the
4-
// size exceeds 32.
4+
// size is not 32.
55
#include "sycl.hpp"
66

77
int main() {

clang/test/SemaSYCL/reqd-sub-group-size-amd_64.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %clang_cc1 -fsycl-is-device -triple amdgcn-amd-amdhsa -target-cpu gfx90a -internal-isystem %S/Inputs -std=c++2b -verify %s
22

3-
// Sub-group size is optimized for 32, warn (and ignore the attribute) if the
4-
// size exceeds 32.
3+
// Sub-group size is optimized for 64, warn (and ignore the attribute) if the
4+
// size is not 64.
55
#include "sycl.hpp"
66

77
int main() {

0 commit comments

Comments
 (0)