-
Notifications
You must be signed in to change notification settings - Fork 7.2k
FIX CMAKE_WINDOWS_GPU workflow #4419
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
malfet
left a comment
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.
I don't understand why cuda_install.bat needs to be changed now, but will delete it in followup PR
@malfet |
Summary: * add cuda envs * packaging doesn't need cuda env now * fix cmake_windows_gpu * minor fix * rename suffix * minor change * update vs integration Reviewed By: datumbox Differential Revision: D31268038 fbshipit-source-id: 90fd5c04da06fb219df4af5ca10cea8be043d83e

Fixes #4440
one step of enable windows cuda tests.
Add environment variables for installed cuda binaries.
update VS integration directory.
It's extracted from #4435.
@NicolasHug, could you take a loot at those failed test cases in #4435 . Could I disable them when I submit the next PRs.
@malfet @NicolasHug

What's the PR's impact?
In fact, the current CMAKE_WINDOWS_GPU result is incorrect.
For example.
Though #4412 passed all tests, From CMAKE_WINDOWS_GPU log.
https://circleci.com/api/v1.1/project/github/pytorch/vision/796642/output/103/0?file=true&allocation-id=6143fcff7205b60efcdd62e4-0-build%2F6F92D232
We could find it is compiled with 10.1 runtime not the specified 10.2 runtime
cc @seemethere