Skip to content

Commit

Permalink
refactor: Update Package-Windows.ps1 to add support for 'cuda' and 'h…
Browse files Browse the repository at this point in the history
…ipblas' configurations
  • Loading branch information
royshil committed Sep 13, 2024
1 parent 22d4fc9 commit 6ba5405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/Package-Windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ param(
[string] $Target = 'x64',
[ValidateSet('Debug', 'RelWithDebInfo', 'Release', 'MinSizeRel')]
[string] $Configuration = 'RelWithDebInfo',
[ValidateSet('cpu', 'clblast', '12.2.0', '11.8.0')]
[ValidateSet('cpu', 'cuda', 'hipblas')]
[string] $Cublas = 'cpu',
[switch] $BuildInstaller,
[switch] $SkipDeps
Expand Down

0 comments on commit 6ba5405

Please sign in to comment.