-
Notifications
You must be signed in to change notification settings - Fork 23
IFU release v2.6 #406
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
Open
wangye805
wants to merge
17
commits into
release_v2.6_rocm
Choose a base branch
from
yewang12/ifu_release_v2.6_rocm
base: release_v2.6_rocm
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.
Open
IFU release v2.6 #406
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
bf5b217
Changed VERSION to 2.6.0
KshitijLakhani c7d0271
[PyTorch] Remove GH pinned deps (#1961)
ksivaman 787acff
[PyTorch] Reset FP8 weight workspace if usages are invalid (#1972)
timmoon10 9926245
Fix the condition error when checking fp8 attn in `get_attention_back…
yuzhongw-nvidia 4b537aa
[Common] Skip cuDNN 9.10.0/9.10.1 due to bugs (#1937)
cyanguwa 7ba6cd5
[PyTorch] Debug linear layer when saving original input and using deb…
timmoon10 b97c2bf
[Common] Improved performance of mxfp8 cast kernels (#1628)
Oleg-Goncharov a593092
Fix the device for cuDNN/cuBLAS handles (#1974)
cyanguwa 928dfa8
[JAX] Fix current scaling test_helper.py and enable test_helper.py in…
jberchtold-nvidia 13f5796
[JAX] Helper to disable TE custom calls + disable GemmPrimitive for n…
phu0ngng e02e289
Fix runtime lib loading for cuDNN (#1989)
ksivaman 21d7410
Fix cudnn versioning support in PyTorch DPA and Fused attn (#1991)
KshitijLakhani 0f585e8
[JAX] Fixing GemmPrimitive partitioning rules to handle tensor-parall…
denera 5f1142e
[PyTorch] Optimize cudagraph static_grad_outputs reuse (#1992)
buptzyb c90a720
Fix the use-after-free bug in unfused normalization (#2002)
ptrendx 966a4ac
Merge remote-tracking branch 'upstream/release_v2.6' into yewang12/if…
wangye805 97556c6
[ROCm] Resolve conflicts
wangye805 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 2.6.0.dev0 | ||
| 2.6.0 |
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
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.
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.
Why num_gqa_groups is changed from original for test_3 and test_4?