Removing warning for Windows Arm64#139746
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/139746
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit f3633aa with merge base 12d225d ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
tentatively ccing @malfet (feel free to re-assign) |
Change is trivial, so anyone could have reviewed it :) But PR author should have fixed lint on their own... |
|
@pytorchbot merge -f "Lint is green, otherwise we have no tests" |
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 |
This PR removes the warning message on Windows on Arm64, which was triggered by an issue in one of the DLLs, to improve the user experience.
`Microsoft Visual C++ Redistributable is not installed, this may lead to the DLL load failure.
It can be downloaded at https://aka.ms/vs/16/release/vc_redist.x64.exe`
The issue is being tracked here: https://developercommunity.visualstudio.com/t/VCRUNTIME140_1DLL-Miscompiled-for-Arm64/10781635?
Pull Request resolved: pytorch#139746
Approved by: https://github.com/malfet
Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
This PR removes the warning message on Windows on Arm64, which was triggered by an issue in one of the DLLs, to improve the user experience.
Microsoft Visual C++ Redistributable is not installed, this may lead to the DLL load failure. It can be downloaded at https://aka.ms/vs/16/release/vc_redist.x64.exeThe issue is being tracked here: https://developercommunity.visualstudio.com/t/VCRUNTIME140_1DLL-Miscompiled-for-Arm64/10781635?
cc @peterjc123 @mszhanyi @skyline75489 @nbcsm @Blackhex