-
Notifications
You must be signed in to change notification settings - Fork 7.1k
enable Windows CPU CI on GHA #7475
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
Merged
Merged
Changes from 11 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
756cb5c
add minimal windows CI
pmeier 4a3a49c
[REVERTME] disable unrelated CI
pmeier 04398de
fix
pmeier 4133cdc
move debug to actual script
pmeier a5d0821
try conda first
pmeier 632fceb
try fixing path manually
pmeier 5282b45
trigger CI
pmeier 270638a
try install third party dependencies prior to TorchVision install
pmeier b792e1d
expand matrix
pmeier 83cea1a
add comments
pmeier e8b0651
Merge branch 'main' into win-ci
pmeier 53a1c37
fix indent
pmeier 59b5562
fix python invocation
pmeier 4cea941
remove grouping around unit tests
pmeier 4bee1f2
switch to CUDA 11.8
pmeier bbf58cd
set CUDA_HOME and CUDA_PATH
pmeier 80e3605
only set paths for CUDA runners
pmeier 751d76a
FIXME -> TODO
pmeier 44b1c0b
try use windows style path
pmeier c585d29
[REVERTME] only run smoke tests
pmeier 3788c01
use bash echo mode
pmeier a4cdf02
Revert "try use windows style path"
pmeier 359559a
[REVERTME] disable cpu runs
pmeier d72ee77
fix CUDA path
pmeier 3598511
cleanup conda activation
pmeier 08dfc12
Revert "[REVERTME] disable cpu runs"
pmeier 179c214
Revert "[REVERTME] only run smoke tests"
pmeier 0ff9f51
automate apriori requirement installation
pmeier 7227ae2
Merge branch 'main' into win-ci
pmeier 05dbfb3
move requirement installation just before regular one
pmeier 3e5719b
fix requirement install
pmeier 6d06970
trigger CI
pmeier c9b3727
[REVERTME] disable CPU workflows
pmeier c70d95e
Merge branch 'win-ci' of https://github.com/pmeier/vision into win-ci
pmeier a846096
add check for nvjpeg for CUDA jobs
pmeier 26838ed
Revert "[REVERTME] disable CPU workflows"
pmeier a5a400a
Revert "[REVERTME] disable unrelated CI"
pmeier 4714a7f
disable GPU tests for now
pmeier 8ae0b19
Merge branch 'main' into win-ci
pmeier bd94248
try install nvjpeg from conda
pmeier d4c551d
Merge branch 'win-ci' of https://github.com/pmeier/vision into win-ci
pmeier 1c13a08
enable GPU job
pmeier 866040e
Revert "enable GPU job"
pmeier c5c129f
remove conda install of nvjpeg
pmeier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This just moves the grouping inside the
if
so this doesn't show up empty on non-macos runners.