forked from facebookresearch/xformers
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Refactor dispatch #38
Open
tenpercent
wants to merge
27
commits into
ROCm:develop
Choose a base branch
from
tenpercent:refactor-dispatch
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,449
−1,412
Open
Changes from 5 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
ff203ce
compilable poc
tenpercent 6e9c4d3
modify codegen and regenerate the instances to encode dispatch cases …
tenpercent adfcf82
encode head dimension dispatch switch as type
tenpercent f28928a
enable offload compression
tenpercent 52c4042
clang-format
tenpercent 102a5e3
fix python lints
tenpercent bf52044
run black
tenpercent a26f1c1
run isort
tenpercent 85dc1c0
move out common struct
tenpercent ec724b8
add missing header
tenpercent 2f2dca8
adjust number of compilation workers to avoid ooms in CI
tenpercent aa2657a
roll back run-clang-format
tenpercent 7222125
sync wheels_build with facebookresearch
tenpercent 47d80c9
add missing script for new wheel build
tenpercent de21a1d
use separate runner for wheels and ci
tenpercent a2ba3e7
lower max_jobs for ci build to 80
tenpercent 69a92fe
sync .github/actions with facebookresearch
tenpercent 3dad112
add rocm 6.2 for wheel build
tenpercent 8cf45ca
bump pytorch to 2.5.1
tenpercent d576b53
do not offload compress prior to rocm 6.2
tenpercent b58b5de
amend version check
tenpercent 1a25871
try limiting container memory to avoid oom in ci
tenpercent f16b48a
tweak memory limit for rocm_ci
tenpercent 698506d
Merge remote-tracking branch 'origin/develop' into refactor-dispatch
tenpercent 32ad0c0
modify MAX_JOBS
tenpercent 1d36a2a
bump torch wheel to rocm+6.2 stable
tenpercent 070897c
Merge remote-tracking branch 'origin/develop' into refactor-dispatch
tenpercent 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
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.
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.
Can you put these definitions in a common file ?