Skip to content

[FEA] gather/scatter on other dims #1779

@xiaonans

Description

@xiaonans

I notice cutlass has examples to show how to fuse gather/scatter with gemm, such as https://github.com/NVIDIA/cutlass/tree/main/examples/36_gather_scatter_fusion. But it is assumed that “when the matrix is row major, we select rows. When the matrix is column major, we select columns". This assumption limits the application to gather/scatter on other dims, e.g. selecting columns from a row major output matrix.

Would you please provide examples to show how to fuse gather/scatter on other dims?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions