forked from apache/tvm
-
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.
[CUTLASS] Support batch_matmul (apache#9439)
* Import batched gemm change commit cfacfa2 Author: Masahiro Masuda <masahi129@gmail.com> Date: Mon Nov 1 15:57:49 2021 +0900 change is_constant pattern to wildcard in gelu pattern commit 84da943 Author: Masahiro Masuda <masahi129@gmail.com> Date: Mon Nov 1 05:41:11 2021 +0900 fixed batch stride C commit 66e5779 Author: Masahiro Masuda <masahi129@gmail.com> Date: Sun Oct 31 20:47:16 2021 +0900 refactoring codegen commit 561daea Author: Masahiro Masuda <masahi129@gmail.com> Date: Sun Oct 31 20:05:20 2021 +0900 generated kernel compiled and result match commit a5740bc Author: Masahiro Masuda <masahi129@gmail.com> Date: Sun Oct 31 19:36:53 2021 +0900 partitioning looks good commit 59112fd Author: Masahiro Masuda <masahi129@gmail.com> Date: Sun Oct 31 19:01:47 2021 +0900 [WIP] cutlass batch matmul support * fixed test * refactoring * gelu test fixed * more refactor * batch_matmul fp32 accum working * dynamic batch matmul working * black * remove doc TODO
- Loading branch information
Showing
7 changed files
with
363 additions
and
124 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.