Skip to content

Commit 9f0e3ef

Browse files
Change command group for accessor.
1 parent 81cd238 commit 9f0e3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/reduction.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ class reduction_impl_algo {
10141014
}
10151015
});
10161016
} else {
1017-
accessor OutAcc{Out, CGH};
1017+
accessor OutAcc{Out, CopyHandler};
10181018
CopyHandler.copy(Mem, OutAcc);
10191019
}
10201020
});

0 commit comments

Comments
 (0)