rocBLAS
rocBLAS copied to clipboard
Errors while installing Library Dependencies For rocBLAS
Below file holds the errors while installing library dependencies in order to use rocblas-bench. OS Version - Ubuntu 18.04 command used to install library dependencies - ./install.sh -c Can you please provide a solution for this?
@srilekhainkulu99 , The error seems to indicate that google test is installed during the build process. In order to install the dependencies properly to build the client programs, I would suggest using '-d' flag. For example
./install -dc
Also you can pass architecture specific flag to speed-up the build process.
./install.sh -dc -agfx908:xnack-
@srilekhainkulu99 , If the suggested flag resolved the problem, Please close this issue. Thanks.