-
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 (#9439)
* Import batched gemm change commit cfacfa296e2487a189e52d189567b140c675ccc2 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 84da94306ca81209a8ccc44fd7d606cbce047082 Author: Masahiro Masuda <masahi129@gmail.com> Date: Mon Nov 1 05:41:11 2021 +0900 fixed batch stride C commit 66e5779ee69dc0cd3969f268608b551ec549d79b Author: Masahiro Masuda <masahi129@gmail.com> Date: Sun Oct 31 20:47:16 2021 +0900 refactoring codegen commit 561daeafa66cddf6a565b537072a5efce0b0dbf1 Author: Masahiro Masuda <masahi129@gmail.com> Date: Sun Oct 31 20:05:20 2021 +0900 generated kernel compiled and result match commit a5740bcf5287097b64dff8adb50f0cddc2c41349 Author: Masahiro Masuda <masahi129@gmail.com> Date: Sun Oct 31 19:36:53 2021 +0900 partitioning looks good commit 59112fdf78a4541905fad9b899737600e0ed9391 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.