Skip to content

Commit 2b72d5c

Browse files
aelovikov-intelbb-sycl
authored andcommitted
[SYCL] Update test for intel/llvm#7184 (intel#1348)
1 parent a063711 commit 2b72d5c

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)