We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cda4e5 commit a9dcda9Copy full SHA for a9dcda9
sycl_source/kernel.cpp
@@ -385,7 +385,7 @@ static void bm3d(
385
) {
386
387
#ifdef SYCL_EXT_ONEAPI_LOCAL_MEMORY
388
- float * buffer = *sycl::ext::oneapi::group_local_memory<float[8 * smem_stride]>(it.get_group()).get();
+ float * buffer = *sycl::ext::oneapi::group_local_memory_for_overwrite<float[8 * smem_stride]>(it.get_group()).get();
389
#else
390
float * buffer = buffer_accessor.get_pointer().get();
391
#endif
0 commit comments