-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto TensorCore CodeGen #4234
Merged
Merged
Auto TensorCore CodeGen #4234
Changes from 18 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
bfffc34
Add Auto TensorCore TensorCore Unit Test
minminsun 8772a03
Rebase to tvm master branch & Add auto tensor core
jcf94 ebb01b7
Code Refine
jcf94 626166b
Add tensor core switch by pragma
jcf94 2f7ab5b
Add pragma in tensor core example code
jcf94 e0cbc0e
Get real tile size to replace hard coded 16
minminsun af0824b
support more than 2 dimensions (e.g. batchmatmul) for buffer bind scope
minminsun a76e4e7
support batch matmul
Orion34-lanbo 4b0d18d
Move cuda env check to tensor_core.cc
jcf94 f80fad8
Coderefine for tensor_core.cc
jcf94 afa9061
Refine comments
minminsun 7c6b880
Some refinements of code and comment
jcf94 d5134f2
Update TensorCore UT to pass the CPU test
jcf94 4868685
remove redundant code
minminsun 022adb9
matmul's storage align for different layout
Orion34-lanbo 17a08bb
Add support for differenct position of type cast
jcf94 a975d6f
Add formal tutorial for auto tensorcore codegen
minminsun 9fe5363
move tensorcore check up to tutorial code
minminsun 9baf969
code and doc refine
minminsun f61f362
comment out tune_and_evaluate in tutorial
minminsun 4824579
fix cpplint error
minminsun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can use
set_body_typed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, fixed.