-
Notifications
You must be signed in to change notification settings - Fork 376
Add torch 2.9 in regression tests #3311
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
Merged
Merged
Changes from 21 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c7ecb1e
Add torch2.9 in regression tests
jainapurva e9f94ba
Update torch version to 2.9.1 in regression tests
jainapurva 886f0a6
Update torch version from 2.7.0 to 2.7.1
jainapurva 1a9a13f
Move dyn_int8_act_int4_wei_cpu_layout to prototype/dtypes (#3299)
jainapurva 677ed0c
Skip quantization when channels_out / channels_in are not multiple of…
jerryzh168 02ecbb7
[mxfp8 moe training][BE] add docs showing equivalent convergence to b…
danielvegamyhre e4ecec0
Move marlin_qqq_tensor to prototype/dtypes (#3307)
jainapurva 865583b
Enable `PerRow(axis)` to support axes other than `-1` (#3303)
vkuzo 2c10943
Remove old TORCH_VERSION variables (#3146)
andrewor14 36e8d0b
Add per tensor fp8 conv2d support (#3315)
jerryzh168 bab6ce5
Pin pytest==8.4.2 (#3321)
huydhn 8bce9b1
Update common used toy linear model (#3275)
namgyu-youn 4a102c2
Use conda libgcc-ng 11.2 (#3327)
atalman 5c3e652
Move gemlite layout to prototype/dtypes (#3313)
jainapurva 7213f81
Move uintx_layout to prototype/dtypes (#3316)
jainapurva 726607d
Add __str__ to FqnToConfig to make printing more readable (#3323)
jcaip 42fc6bd
Add support for e2e benchmark for conv2d/conv3d (#3329)
jerryzh168 8c37568
Move floatx_tensor_core_layout to prototype/dtypes (#3317)
jainapurva d7b537b
Use conda libgcc-ng 11.2 for nightly tests (#3326)
jainapurva 9ba0a3f
Fix tests
jainapurva d2192b1
Merge origin/main into add_torch2.9_tests
jainapurva 3884806
Add a condition to run only if torch 2.9
jainapurva a543b2a
Update utils.py
jainapurva 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
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
I ran into this myself yesterday. This was resolved if I upgrade to the latest main (torch-2.10.0dev), do we still need to do this? Will CI fail without this?
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.
It doesn't happen on main, but I'm adding tests for torch2.9, hence will need to do this. Probably one work around could be to put this block of code in a condition to run only in case of torch 2.9 or 2.9.1
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.
Does it also fail with 2.9.1? I only tested with 2.9.0. If so that sounds good to me
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.
Yes, it fails for both 2.9.0 and 2.9.1. I added a condition to run it only if it's torch 2.9