Skip to content

Commit 4088a60

Browse files
committed
Add comment in the tests
Signed-off-by: Soumi Manna <[email protected]>
1 parent ab08b9b commit 4088a60

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

clang/test/SemaSYCL/intel-max-global-work-dim-device.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %clang_cc1 %s -fsyntax-only -fsycl-is-device -internal-isystem %S/Inputs -sycl-std=2020 -Wno-sycl-2017-compat -triple spir64 -DTRIGGER_ERROR -verify
22
// RUN: %clang_cc1 %s -fsyntax-only -ast-dump -fsycl-is-device -internal-isystem %S/Inputs -sycl-std=2017 -Wno-sycl-2017-compat -triple spir64 | FileCheck %s
33

4+
// The test checks support and functionality of [[intel::max_global_work_dim()]] attribute.
5+
46
#include "sycl.hpp"
57

68
using namespace cl::sycl;

clang/test/SemaSYCL/intel-max-work-group-size-device.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %clang_cc1 %s -fsyntax-only -fsycl-is-device -internal-isystem %S/Inputs -sycl-std=2020 -triple spir64 -DTRIGGER_ERROR -verify
22
// RUN: %clang_cc1 %s -fsyntax-only -ast-dump -fsycl-is-device -internal-isystem %S/Inputs -sycl-std=2017 -triple spir64 | FileCheck %s
33

4+
// The test checks support and functionality of [[intel:::max_work_group_size()]] attribute.
45
#include "sycl.hpp"
56

67
using namespace cl::sycl;

clang/test/SemaSYCL/redeclaration-attribute-propagation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %clang_cc1 %s -fsyntax-only -fsycl-is-device -internal-isystem %S/Inputs -triple spir64 -sycl-std=2017 -DTRIGGER_ERROR -Wno-sycl-2017-compat -verify
33
// RUN: %clang_cc1 %s -fsyntax-only -ast-dump -fsycl-is-device -internal-isystem %S/Inputs -sycl-std=2017 -triple spir64 -Wno-sycl-2017-compat | FileCheck %s
44

5+
// The test checks redeclaration of [[intel:::max_work_group_size()]] and [[sycl::reqd_work_group_size()]] attributes.
56
#include "sycl.hpp"
67

78
using namespace cl::sycl;

0 commit comments

Comments
 (0)