Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][COMPAT] Avoid local memory initialization through group_local_…
…memory_for_overwrite (#12836) group_local_memory becomes an issue for performance due to the initialization phase. group_local_memory_for_overwrite allocates memory similarly without initialization, so, if initialization is needed, the user is now responsible for it. More info: https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_oneapi_local_memory.asciidoc
- Loading branch information