forked from nod-ai/iree-amd-aie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ObjectFifo][Ukernel] Update ukernel signature in mm.cc and lower-to-…
…ukernel pass (nod-ai#624) -- This commit updates the ukernel signature in mm.cc and the corresponding func.call signature generated via `--iree-amdaie-lower-to-ukernels` pass. -- For ukernel to work faster we use template arguments for M x N x K. The current ukernel expects LHS/RHS/OUT to always be `64x64`. This commit adds another variant to deal with `32x32` since that's what we generate via ObjectFifo. -- It also adds an e2e CI test for the ObjectFifo Ukernel path. Signed-off-by: Abhishek Varma <[email protected]>
- Loading branch information
1 parent
7f78462
commit cd91386
Showing
4 changed files
with
205 additions
and
121 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
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.