-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CUTLASS] Residual connection fusion (#9820)
* [CUTLASS] Support residual block fusion for conv2d commit d4a78a3 Author: Masahiro Masuda <[email protected]> Date: Thu Dec 23 16:33:41 2021 +0900 fixed residual block check condition commit 6ee5a39 Author: Masahiro Masuda <[email protected]> Date: Thu Dec 23 16:25:04 2021 +0900 minor fix commit 8af8b30 Author: Masahiro Masuda <[email protected]> Date: Thu Dec 23 16:18:50 2021 +0900 remove SimplifyExpr pass commit 20ae2d8 Author: Masahiro Masuda <[email protected]> Date: Thu Dec 23 16:16:46 2021 +0900 fix bad merge commit 17eed22 Author: Masahiro Masuda <[email protected]> Date: Thu Dec 23 16:13:53 2021 +0900 black commit fda151b Author: Masahiro Masuda <[email protected]> Date: Thu Dec 23 16:09:45 2021 +0900 Support residual block fusion commit ce9d52f Author: Masahiro Masuda <[email protected]> Date: Thu Dec 23 15:56:32 2021 +0900 Remove SimplifyExpr pass from the pipeline (makes DETR result nan) commit d3b681d Author: Masahiro Masuda <[email protected]> Date: Thu Dec 23 15:47:07 2021 +0900 fix no_beta_scaling values commit 87b36db Author: Masahiro Masuda <[email protected]> Date: Thu Dec 23 14:59:40 2021 +0900 fill in TODO doc commit fd67595 Author: Masahiro Masuda <[email protected]> Date: Thu Dec 23 14:31:06 2021 +0900 Refactor cutlass kernel generation and selection * do not try to support broadcast binary op * add comments * remove residual input shape check
- Loading branch information
Showing
8 changed files
with
252 additions
and
29 deletions.
There are no files selected for viewing
Submodule cutlass
updated
7 files
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.