Skip to content

[XeGPU] SLM support for scattered tensors. #801

@akroviakov

Description

@akroviakov

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions