-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* gitignore * init * [Draft]Complete basic structure, still met with type conversion problem * Update core.pyx * Visualizer python interface * support newly added optypes * Restore cutlass submodule to commit cc3c29a * Repair minor issues including replace magic type numbers, useless var in func and remove block_dim --------- Co-authored-by: Mengdi Wu <[email protected]> Co-authored-by: Jianan Ji <[email protected]>
- Loading branch information
1 parent
dbbc4f2
commit 187f7a5
Showing
15 changed files
with
1,041 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,10 @@ dist/ | |
|
||
# Cython | ||
/python/mirage/_cython/core.cpp | ||
|
||
# Mac OS .DS_Store | ||
.DS_Store | ||
|
||
# Visualizer results | ||
*.png | ||
*.dot |
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
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.