Skip to content

Conversation

@ShiHaoGao
Copy link
Contributor

This commit introduces two new MLIR files for GEMM operations, inspired by the BLIS framework.

  • next-matmul-transpose-blis.mlir: Implements a matrix multiplication with a transposed second operand.
  • next-sgemm-blis.mlir: Implements a single-precision GEMM operation.

The makefile has been updated to include build rules for these new files.

This commit introduces two new MLIR files for GEMM operations, inspired by the BLIS framework.

- `next-matmul-transpose-blis.mlir`: Implements a matrix multiplication with a transposed second operand.
- `next-sgemm-blis.mlir`: Implements a single-precision GEMM operation.

The `makefile` has been updated to include build rules for these new files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant