We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa783e commit d4581c3Copy full SHA for d4581c3
clang/test/SemaSYCL/intel-max-global-work-dim-device.cpp
@@ -94,11 +94,11 @@ int main() {
94
h.single_task<class test_kernel5>(TRIFuncObjGood2());
95
// CHECK-LABEL: FunctionDecl {{.*}}test_kernel5
96
// CHECK: ReqdWorkGroupSizeAttr {{.*}}
97
- // // CHECK-NEXT: IntegerLiteral{{.*}}4{{$}}
+ // CHECK-NEXT: IntegerLiteral{{.*}}4{{$}}
98
// CHECK-NEXT: IntegerLiteral{{.*}}1{{$}}
99
100
// CHECK: SYCLIntelMaxWorkGroupSizeAttr {{.*}}
101
- // // CHECK-NEXT: IntegerLiteral{{.*}}8{{$}}
+ // CHECK-NEXT: IntegerLiteral{{.*}}8{{$}}
102
103
104
// CHECK: SYCLIntelMaxGlobalWorkDimAttr {{.*}}
0 commit comments