Skip to content

Commit

Permalink
add: CUDA 11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ifTNT committed Nov 5, 2024
1 parent 1e6f90a commit 80a3971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
$matrix = @{
'os' = 'ubuntu-20.04', 'windows-2019'
'pyver' = "3.10", "3.11"
'cuda' = "12.0.1", "12.1.1", "12.2.2", "12.3.2", "12.4.1"
'cuda' = "11.8.0", "12.0.1", "12.1.1", "12.2.2", "12.3.2", "12.4.1"
'releasetag' = "AVX", "wheels", "AVX512", "basic"
}
Expand Down

0 comments on commit 80a3971

Please sign in to comment.