-
Notifications
You must be signed in to change notification settings - Fork 25.6k
add rocm nightly build #44250
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 rocm nightly build #44250
Conversation
8ffcc4b
to
0b26074
Compare
The ROCm build errors are due to the hipify script not running. The cmake error |
💊 CI failures summary and remediationsAs of commit 28da9a3 (more details on the Dr. CI page):
2 jobs timed out:
ci.pytorch.org: 1 failedThis comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group. This comment has been revised 16 times. |
could you share which exact build failure were you referring to? BTW here are a bunch of changes I did since last time:
also do we plan to enable all build variants (namely conda & libtorch) at the nightly stage for now or is it ok to just do the manywheel + rocm combination (on 3.6~3.8) |
The first stage of this pytorch rocm wheel effort was to get a successful nightly manywheel + rocm combination. The conda and libtorch builds, though ultimately desired, are secondary efforts. That said, the libtorch build is failing as commented here: |
sounds good. I will focus on getting manywheel + rocm work for this PR and will create fixes for libtorch/hipify on the next |
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.
Looks mostly good to me, I'm curious to know how this interacts with the upload script.
Like what are the filenames for these wheels, and which folder on S3 do they actually get uploaded to?
Just had a deeper look and looks like these binaries will get uploaded to the rocm3.7
S3 folder
0b26074
to
28da9a3
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.
@walterddr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@walterddr merged this pull request in 0351d31. |
No description provided.