forked from llvm/torch-mlir
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use local buffer for reduction loops in MatMul, Gemm, Conv, and Pooli…
…ng ops (llvm#504) * Use local alloca for Matmul, Gemm, Conv, and Pooling Signed-off-by: Tung D. Le <[email protected]> * Edit Matmul Signed-off-by: Tung D. Le <[email protected]> * Edit lit test Signed-off-by: Tung D. Le <[email protected]> * Explicitly evaluate indexexpr Signed-off-by: Tung D. Le <[email protected]> * Comments Signed-off-by: Tung D. Le <[email protected]> * Emit a SSA value for kernel Signed-off-by: Tung D. Le <[email protected]> * Edit lit tests Signed-off-by: Tung D. Le <[email protected]>
- Loading branch information
Showing
7 changed files
with
203 additions
and
113 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
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.