llvm
73e8bd41 - [SYCL][DOC] Update sycl_ext_oneapi_prefetch (#11835)

Commit
2 years ago
[SYCL][DOC] Update sycl_ext_oneapi_prefetch (#11835) The compiler treats such code: prefetch(ptr, 8) as call to void prefetch(void *ptr, Properties properties = {}), instead of void prefetch(T* ptr, size_t count, Properties properties = {}); Adding constraints to avoid this.
Author
Parents
Loading