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 5309b94 commit e0f186eCopy full SHA for e0f186e
sycl/test-e2e/bindless_images/3_channel_format.cpp
@@ -49,7 +49,7 @@ int main() {
49
sycl::buffer<float> buf(out.data(), width);
50
51
q.submit([&](sycl::handler &cgh) {
52
- sycl::accessor outAcc{buf};
+ sycl::accessor outAcc{buf, cgh};
53
54
cgh.parallel_for<image_kernel>(width, [=](sycl::id<1> id) {
55
#if defined(__SYCL_DEVICE_ONLY__) && defined(__NVPTX__)
0 commit comments