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 18ed413 commit 4b350a7Copy full SHA for 4b350a7
sycl/test-e2e/GroupAlgorithm/root_group.cpp
@@ -157,7 +157,7 @@ void testRootGroupFunctions() {
157
q.submit([&](sycl::handler &h) {
158
sycl::accessor testResults{testResultsBuf, h};
159
h.parallel_for<class RootGroupFunctionsKernel>(range,
160
- TestKernel2(&testResults));
+ TestKernel2(testResults));
161
});
162
sycl::host_accessor testResults{testResultsBuf};
163
for (int i = 0; i < testCount; i++) {
0 commit comments