Skip to content

Commit

Permalink
Add support for cuda 12.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Apr 26, 2024
1 parent 65edc90 commit b85c100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
$matrix = @{
'os' = @('ubuntu-20.04', 'windows-latest')
'pyver' = @("3.10", "3.11", "3.12")
'cuda' = @("12.1.1", "12.2.2", "12.3.2")
'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1")
'releasetag' = @("basic")
}
Expand Down

0 comments on commit b85c100

Please sign in to comment.