Skip to content

Add multi-staged pipelined GEMM. #26

Description

@haruhi55

Pipelined GEMM generally has a different code structure than naive GEMM, that is related to the hyperparameter: the pipeline stage.

This structure includes a prologue, main loop, and epilogue. Pipelined GEMM uses more shared memory, which limits its tiling policy.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions