-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Recursively sync fbgemm submodules before build #159477
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/159477
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 2 New Failures, 1 Unrelated FailureAs of commit 12a7bbf with merge base 20b5f69 ( NEW FAILURES - The following jobs have failed:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Warning: Unknown label
Please add the new label to .github/pytorch-probot.yml |
@pytorchbot rebase |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Successfully rebased |
bb29824
to
1bc668c
Compare
.ci/pytorch/common_utils.sh
Outdated
@@ -246,6 +246,7 @@ function install_torchrec_and_fbgemm() { | |||
git clone --recursive https://github.com/pytorch/fbgemm | |||
pushd fbgemm/fbgemm_gpu | |||
git checkout "${fbgemm_commit}" |
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.
Git checkout has a --recurse-submodules arg, just use that.
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.
You learn something new every day... updated, thanks!
Failures seem unrelated, flakey GPU hangs on ROCm inductor jobs 🤔 @Skylion007 @huydhn |
@eqy in case you have the bandwidth to review/approve. |
@pytorchmergebot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 jobs have failed, first few of them are: inductor-perf-nightly-rocm / rocm-py3_10-inductor-benchmark-test / test (inductor_huggingface_perf_rocm, 3, 4, linux.rocm.gpu.gfx942.2) Details for Dev Infra teamRaised by workflow job |
@eqy Previously we had one of the GPU hangs on this workflow
Can we have a redo on the workflow? I think it's also safe to ignore during merge since the other shards made it through OK. |
@pytorchmergebot merge -i "failure was due to GPU hang." |
❌ 🤖 pytorchbot command failed:
Try |
@pytorchbot merge -i "failure was due to GPU hang." |
❌ 🤖 pytorchbot command failed:
Try |
@pytorchbot merge -f 'failure was due to GPU hang' |
You are not authorized to force merges to this repository. Please use the regular |
@pytorchbot merge -f 'failure was due to GPU hang' |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
hey lets run that hud compiler benchmark |
Just piggybacking on this commit to retest hud |
ROCm inductor benchmark builds failing fbgemm build stage https://ossci-raw-job-status.s3.amazonaws.com/log/46800456622
It looks like asmjit fails to build, this seems to be due to submodules of fbgemm not being updated after checking out to new commit.