You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue 1: Installing rocblas is taking over an hour on MI300. When running ./install -d, it gets stuck here for over an hour.
Issue 2: Once installation is complete and when I run rocBLAS/scripts/performance/shakespeare.sh, error thrown: ./rocblas-bench: No such file or directory
I have tried to locate rocblas-bench in build/release/clients/staging/, but after installation this is what the folder looks like:
If you need to build and install from source you need the -c for the clients including rocblas-bench.
Use -a gfx942 to cut your rebuild time down significantly if you only want to run on the node for which you provided details.
./install.sh -d -c -a gfx942
@TorreZuk , thanks for your prompt response! My main goal is to be able to do: rocblas-bench -f gemm -r s -m 4000 -n 4000 -k 4000 --lda 4000 --ldb 4000 --ldc 4000 --transposeA N \ --transposeB T
with varying precisions and gemm sizes. But it seems like I'm unable to install rocblas-bench in any way.
Provided information to install pre-built packages and also way to build with significantly lower compute load so I will close issue later this week unless reporter provides feedback.
Describe the bug
Issue 1: Installing rocblas is taking over an hour on MI300. When running
./install -d
, it gets stuck here for over an hour.Issue 2: Once installation is complete and when I run
rocBLAS/scripts/performance/shakespeare.sh
, error thrown:./rocblas-bench: No such file or directory
I have tried to locate
rocblas-bench
inbuild/release/clients/staging/
, but after installation this is what the folder looks like:To Reproduce
Tried running it without the container too, but installation fails.
Issue: rocblas-bench not found anywhere, and it takes over an hour to install.
Expected behavior
Environment
Hardware used: AMD MI300 8 GPUS
environment.txt
The text was updated successfully, but these errors were encountered: