-
Notifications
You must be signed in to change notification settings - Fork 257
Create build_wheels_windows.yml #1101
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/pytorch/ao/1101
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 9d6c5d3 with merge base 6b52996 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
The undefined symbols are probably caused by building for earlier compute capabilities. Something like this would fix it. ao/packaging/env_var_script_linux.sh Lines 14 to 19 in 6b52996
The CUDA sources are actually not being compiled in 12.1 and 12.4 job, so that is kinda strange. |
Mostly copied from the torchvision workflows, upload working fine, need to test for real and will validate on my PC
Seems like it's working fine although I'm having issues building custom cuda extensions on Windows for cuda 11.8 only
So I tried to instead skip cuda 11.8 builds by adding the below, unfortunately the nova builds don't allow me to configure a specific cuda version but i suspect the below will just make build success but upload fail
EDIT: Well considering cuda extensions arent build anywhere on windows and triton windows support is still experimental it seems fine as a stop gap to only publish windows cpu binaries for now