Skip to content

Commit

Permalink
Bump cuda version (12.4.x) to pair the recent VS 2022 update (17.10.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfxuan committed Jun 25, 2024
1 parent d8a55ac commit 64e85af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: OpenSplat (Windows CUDA)
on:
push:
branches:
- main
- fix-windows-2022-cuda
pull_request:
types: [ assigned, opened, synchronize, reopened ]
release:
Expand All @@ -19,14 +19,19 @@ jobs:
os: [windows-2019, windows-2022] # [windows-2019, windows-2022]
arch: [x64] # [x64, x86]
torch-version: [2.3.1, 2.2.1, 2.1.2] # [1.12.0, 1.13.0, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1]
cuda-version: [11.8.0, 12.1.1] # [12.3.1, 12.1.1, 11.8.0, 11.7.1, 11.6.2, 11.5.2,11.4.4, 11.3.1, 11.2.2, 11.1.1, 11.0.3, cpu]
cuda-version: [12.4.0, 12.1.1] # [12.3.1, 12.1.1, 11.8.0, 11.7.1, 11.6.2, 11.5.2,11.4.4, 11.3.1, 11.2.2, 11.1.1, 11.0.3, cpu]
opencv-version: [4.9.0] # [4.7.0, 4.8.1, 4.9.0]
cmake-build-type: [ Release ] # [Debug, ClangTidy]
include:
- os: windows-2019
generator: 'Visual Studio 16 2019'
- os: windows-2022
generator: 'Visual Studio 17 2022'
exclude:
- os: windows-2019
cuda-version: 12.4.0
- os: windows-2022
cuda-version: 12.1.1
env:
CCACHE_DIR: ${{ github.workspace }}\ccache
CCACHE_BASEDIR: ${{ github.workspace }}
Expand Down

0 comments on commit 64e85af

Please sign in to comment.