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] Rework L1/L2 cache hints passing across internal funcs(p2)(#12935)
gather_impl(), scatter_impl(), atomic_update_impl(), prefetch_impl() now
accept a list of properties that may include L1/L2 cache-hints instead
of L1/L2 template parameters.
As part of the clean-up this patch also:
* removes __esimd_lsc_load_stateless declaration and lowering to GenX
(it is replaced by __esimd_lsc_load_merge_stateless)
* all uses of check_cache_hint() are replaced by check_cache_hints()
accepting a list of properties
* removed check_lsc_cache_hint()
Signed-off-by: Klochkov, Vyacheslav N <vyacheslav.n.klochkov@intel.com>
0 commit comments