You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ESIMD][NFC][DOC] Describe the new memory API accepting properties (#13071)
The adds a new file
`sycl/doc/extensions/supported/sycl_ext_intel_esimd/sycl_ext_intel_esimd_functions.md`
describing the new memory API including:
* block_load(), slm_block_load()
* block_store(), slm_block_store()
* gather(), slm_gather()
* scatter(), slm_scatter()
* atomic_update(), slm_atomic_update()
* prefetch()
Only the block_load/store functions are described in more details at
this moment. They include the functions restrictions and hardware
requirements/implications from using various features (mask,
cache-hints, sizes, etc).
---------
Signed-off-by: Klochkov, Vyacheslav N <[email protected]>
Co-authored-by: Nick Sarnie <[email protected]>
0 commit comments