-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
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?