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
Currently, scattered tensors in slm are not supported for load/store ops: #xegpu.tdesc_attr<scattered = true, memory_scope=slm>>
They can only load/store to global memory (ugm), as indicated by the hardcoded sfid argument of the intrinsic call which is set to 15. Changing it to 14 should allow loads/stores to be performed upon shared local memory (slm).
The text was updated successfully, but these errors were encountered:
fschlimb
pushed a commit
to fschlimb/mlir-extensions
that referenced
this issue
Nov 15, 2024
Currently, scattered tensors in slm are not supported for load/store ops:
#xegpu.tdesc_attr<scattered = true, memory_scope=slm>>
They can only load/store to global memory (ugm), as indicated by the hardcoded
sfid
argument of the intrinsic call which is set to 15. Changing it to 14 should allow loads/stores to be performed upon shared local memory (slm).The text was updated successfully, but these errors were encountered: