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] Refactor GEMM generator in preparation for conv2d (apache#9571
) * split non-gemm specific generator code to gen_tensor_op.py commit 250f915 Author: Masahiro Masuda <masahi129@gmail.com> Date: Sun Nov 14 06:44:52 2021 +0900 remove conv2d stuff commit 1a6b27c Author: Masahiro Masuda <masahi129@gmail.com> Date: Sun Nov 14 06:41:31 2021 +0900 remove unused import commit f7c3b5a Author: Masahiro Masuda <masahi129@gmail.com> Date: Sun Nov 14 06:37:07 2021 +0900 add profiler boilarplate for conv2d commit ca1ae27 Author: Masahiro Masuda <masahi129@gmail.com> Date: Sun Nov 14 06:22:06 2021 +0900 introduce gen_tensor_op.py commit 37bb918 Author: Masahiro Masuda <masahi129@gmail.com> Date: Sun Nov 14 05:45:41 2021 +0900 more conv2d code commit 5c00398 Author: Masahiro Masuda <masahi129@gmail.com> Date: Sun Nov 14 05:13:30 2021 +0900 Begin conv2d support * fix * use functools.partial * remove unused import
- Loading branch information
Showing
3 changed files
with
238 additions
and
211 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
Oops, something went wrong.