-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Add linux cpu test for 3.12 #113987
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
Add linux cpu test for 3.12 #113987
Conversation
142cd77
to
61ec579
Compare
c3707af
to
5dd7076
Compare
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.
LGTM, but I wonder whenever one adds a config to the pull.yaml
, they should consider removing one as well (i.e. why keep 3.11 config for non-inductor tests if we are already testing 3.12 one)
{ config: "dynamo", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, | ||
{ config: "dynamo", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, |
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 we really run dynamo
tests in 3.12?
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.
No, I was curious what was going to be the failure and wanted to make sure it failed nicely.
The main failure for non-dynamo tests is due to missing lapack during compile. |
Closing in favor of #117853 |
This is continuation of work: #113987 Co-authored-by: albanD <desmaison.alban@gmail.com> Pull Request resolved: #117853 Approved by: https://github.com/albanD
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @aakhundov @kadeng