-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR adds support for chained matmuls. In order to do this, we implement the following - Support for op-specific vector_shapes - Support for op-specific dim expansions (reduction dims of mmas will now always have chained expansions, even if they are not the induction variable of reduction ops) - Adds a permute operator Signed-off-by: Harsh Menon <harsh@nod-labs.com>
- Loading branch information
Showing
13 changed files
with
727 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.