srinivamd
Results
2
issues of
srinivamd
__What__ Add ROCM_HOME parameter to specify the ROCm installed root on cmake. For example, to configure build for ROCm 3.7.0 APIs/libraries, use: cmake -DROCM_HOME=/opt/rocm-3.7.0 The default "/opt/rocm" will be used...
https://github.com/ROCm/pytorch/blob/0a6e1d6b9bf78d690a812e4334939e7701bfa794/.ci/pytorch/test.sh#L821 line tries to use `python` location to locate `libiompi5.so` and emits these messages at run time, failing to locate shared object ``` ERROR: ld.so: object '/root/venv/rocm-venv/bin/../lib/libiomp5.so' from LD_PRELOAD cannot...