-
Notifications
You must be signed in to change notification settings - Fork 114
[ROCm][CI] First draft of ROCm build workflow #2001
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
base: main
Are you sure you want to change the base?
[ROCm][CI] First draft of ROCm build workflow #2001
Conversation
|
cc @mreso for awareness |
|
@pytorchbot label "ciflow/rocm" |
|
To add these label(s) (ciflow/rocm) to the PR, please first approve the workflows that are awaiting approval (scroll to the bottom of this page). This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
|
@pytorchbot label "ciflow/rocm" |
|
To add these label(s) (ciflow/rocm) to the PR, please first approve the workflows that are awaiting approval (scroll to the bottom of this page). This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
|
@pytorchbot label "ciflow/rocm" |
|
To add these label(s) (ciflow/rocm) to the PR, please first approve the workflows that are awaiting approval (scroll to the bottom of this page). This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
|
@jithunnair-amd I can see the rocm tag being pushed to https://github.com/meta-pytorch/monarch/tree/ciflow/rocm/2001, so the bot is working as expected. The reason why it doesn't show up here in your PR is that you need to land the PR first. For this PR, you can just add |
This PR introduces a new build workflow for ROCm
USE_TENSOR_ENGINE=0to disable rust errors when building cuda-sys, nccl-sys etc.ci.yml, but I added aworkflow_dispatchtrigger to allow us to pipeclean this workflow first by manually triggering it (this will need granting extra permissions though). Alternately, if we enable theciflow/rocmlabel-based trigger mechanism for this repo (similar to how we do on pytorch/pytorch), we can test it on the PR itself (apull_requesttrigger will not work to test on the PR because the AWS OIDC step will fail on a forked repo branch).Depends on #2000 and #2032