Ruban Kumar
Ruban Kumar
@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...
@srilekhainkulu99 , If the suggested flag resolved the problem, Please close this issue. Thanks.
@G-Ragghianti, In ROCm 5.2, TensileLibrary.dat file was split into multiple files based on GPU architecture. So, you might find files such as `TensileLibrary_gfx906.dat , TensileLibrary_gfx90a.dat` etc. in _**/opt/rocm/rocblas/library/**_ path. To...
@KadirAkbudak , Thanks for the output, could you please provide me the output of the following commands: ``` bash ls -al /opt ls -al /opt/rocm/rocblas/library/ ls -al /etc/alternatives/rocm rocm_agent_enumerator ```...
@KadirAkbudak, Thanks for the information, Can you confirm if `ROCBLAS_TENSILE_LIBPATH` environment variable is set to some path? ```bash echo $ROCBLAS_TENSILE_LIBPATH ```
@KadirAkbudak , Setting the `ROCBLAS_TENSILE_LIBPATH` might fix the issue, but it should have worked even otherwise. - Is the `LD_LIBRARY_PATH` set? Also, provide me the output of `readelf app -d...
Thanks for information. Is the strace output with the `ROCBLAS_TENSILE_LIBPATH` environment variable set? If yes, could you please re-run strace without setting the variable? I was expecting to see logs...
Summary: - Unable to reproduce the error on any local environment - Code review and debug logs provided by @KadirAkbudak did not indicate any coding error. - Provided an environment...
@Epliz , Thanks for reporting the issue. Could you please open a new ticket with logs without the env variable set.
Yes, that would help