Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 4a5ab8f

Browse files
[SYCL] Update test for intel/llvm#7184 (#1348)
1 parent b8a6c13 commit 4a5ab8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/XPTI/kernel/content.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ int main() {
2929

3030
auto sumR = reduction(sumBuf, cgh, plus<>());
3131
// Reduction kernel is used
32-
// CHECK-OPT:Node create|{{.*}}reduction{{.*}}test1{{.*}}|{{.*}}.cpp:[[# @LINE - 5 ]]:3|{{{.*}}, 1, 1}, {{{.*}}, 1, 1}, {0, 0, 0}, 14
32+
// CHECK-OPT:Node create|{{.*}}reduction{{.*}}test1{{.*}}|{{.*}}.cpp:[[# @LINE - 5 ]]:3|{{{.*}}, 1, 1}, {{{.*}}, 1, 1}, {0, 0, 0}, 15
3333
// CHECK-NOOPT:Node create|{{.*}}reduction{{.*}}test1{{.*}}|{{.*}}.cpp:[[# @LINE - 6 ]]:3|{{{.*}}, 1, 1}, {{{.*}}, 1, 1}, {0, 0, 0}, 26
3434
cgh.parallel_for<class test1>(
3535
range<1>{1024}, sumR,

0 commit comments

Comments
 (0)