Skip to content
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

cpuinfo git branch fix (main instead of master) #134101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pelinski
Copy link

@pelinski pelinski commented Aug 21, 2024

I was trying to compile qnnpack from source (in pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/) and I got this error:

#15 0.788 [1/9] Creating directories for 'cpuinfo'
#15 2.191 [2/9] Performing download step (git clone) for 'cpuinfo'
#15 2.191 FAILED: cpuinfo-prefix/src/cpuinfo-stamp/cpuinfo-download 
#15 2.191 cd /sysroot/root/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps && /usr/bin/cmake -P /sysroot/root/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/build/deps/cpuinfo-download/cpuinfo-prefix/tmp/cpuinfo-gitclone.cmake && /usr/bin/cmake -E touch /sysroot/root/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/build/deps/cpuinfo-download/cpuinfo-prefix/src/cpuinfo-stamp/cpuinfo-download
#15 2.191 Cloning into 'cpuinfo'...
#15 2.191 fatal: invalid reference: master

cpuinfo master branch has been renamed to main so it needs to also be updated in pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/cmake/DownloadCpuinfo.cmake

cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10

Copy link

pytorch-bot bot commented Aug 21, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/134101

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 4be37f5 with merge base 3d8db41 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@pytorch-bot pytorch-bot bot added module: cpu CPU specific problem (e.g., perf, algorithm) release notes: quantization release notes category labels Aug 21, 2024
Copy link

linux-foundation-easycla bot commented Aug 21, 2024

CLA Signed


The committers listed above are authorized under a signed CLA.

@albanD albanD added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Aug 27, 2024
Copy link
Contributor

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
Stale pull requests will automatically be closed after 30 days of inactivity.

@github-actions github-actions bot added the Stale label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: cpu CPU specific problem (e.g., perf, algorithm) open source release notes: quantization release notes category Stale triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants