ROCm / rocBLAS

Next generation BLAS implementation for ROCm platform
https://rocm.docs.amd.com/projects/rocBLAS/en/latest/
Other
340 stars 157 forks source link

Fix rmake for windows #1351

Closed SzymonOzog closed 1 year ago

SzymonOzog commented 1 year ago

It previously crashed with: UnboundLocalError: local variable 'all_args' referenced before assignment

TorreZuk commented 1 year ago

@SzymonOzog thanks for contributing this fix. This is fixed already in branch release/rocm-rel-5.6 and for now we can advise others on release/rocm-rel-5.5 branch to install dependencies on windows directly with python rdeps.py and bypass the rmake.py -d flag. For the time being we have frozen this branch so we may close the PR and reopen it when we can update the branch again.

TorreZuk commented 1 year ago

Closing for now as rocm-rel-5.5 branch updates are not currently an option. May reopen this PR later.