-
Notifications
You must be signed in to change notification settings - Fork 24.3k
[Cutlass] Integrate EVT into CUDACPPScheduling #150906
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
Closed
Closed
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
23ef06e
[Cutlass] Integrate EVT into CUDACPPScheduling
mlazos 144b406
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 4202438
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 19ecaf4
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 094448c
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos b0ed2ed
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 22b9474
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 91ad3db
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 8c29ec2
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 88590c2
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 5e5f9de
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos a1eeb5a
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 9f6dd17
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 2a8a6d4
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos b79a270
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos ca30523
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 69ed263
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 1ce6bf2
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos cdb4ad5
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 1cd84f8
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos d0edb48
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 32c4cc4
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos c40aab9
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos c167541
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 7e05f66
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 31c7b31
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos ad22819
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos b13b2d9
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos dc8c0e6
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 98f42f8
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 9149411
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 10f931b
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos fa6a8c5
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos b1708be
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 6bb62cf
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos df5cd91
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos f20f30b
Update on "[Cutlass] Integrate EVT into CUDACPPScheduling"
mlazos 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Typically we fuse all of the pointwise nodes first. Then fuse into templates. So its more likely that the second node is a FusedSchedulerNode and the cpp template is still just
cuda_cpp_template
..