-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[Inductor][CI] Add numpy-2.X shard #139199
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
Conversation
To make sure that inductor tracing rules can be used to trace numpy-2.X
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/139199
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 8448d78 with merge base d8f99f3 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Thank you so much for creating the PR! I see the newly added CI test failed. link I also saw a lot of tests were run instead of the given My understanding is that it is likely that the What do you think? |
|
Closing in favor of #140586 which fixes the silly typo I've made |
Fixes #107302 This is a clone and fix for #139199. This PR is a small step for the overall NumPy 2 support. It adds a new CI job for testing with NumPy 2 with one test file only. More tests to be fixed and added later in follow-up pull requests. Pull Request resolved: #140586 Approved by: https://github.com/malfet Co-authored-by: Nikita Shulga <[email protected]>
Fixes pytorch#107302 This is a clone and fix for pytorch#139199. This PR is a small step for the overall NumPy 2 support. It adds a new CI job for testing with NumPy 2 with one test file only. More tests to be fixed and added later in follow-up pull requests. Pull Request resolved: pytorch#140586 Approved by: https://github.com/malfet Co-authored-by: Nikita Shulga <[email protected]>
To make sure that inductor tracing rules can be used to trace numpy-2.X