-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Fix clang builds by adding headers #160252
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
Fix clang builds by adding headers #160252
Conversation
Clang build fails with the message no template named 'unordered_map' in namespace 'std' std::unordered_map. A similar issue here intel/llvm#5264
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/160252
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 54 PendingAs of commit 7c2dc02 with merge base 1c2cba1 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@Skylion007 When do we merge the PRs? Are there any specific timelines? Sorry to ask this but I am new to this. |
@pytorchbot merge -i |
@tanmay-sinha Self-help on an approved PR. |
Merge startedYour change will be merged while ignoring the following 0 checks: Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
@pytorchmergebot merge -f "It builds" |
The merge job was canceled or timed out. This most often happen if two merge requests were issued for the same PR, or if merge job was waiting for more than 6 hours for tests to finish. In later case, please do not hesitate to reissue the merge command |
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 |
Clang compiler from llvm-14 fails to build full torch from source with the message
A similar issue here intel/llvm#5264
Fix is to add the correct headers.
cc @H-Huang @awgu @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @pragupta