lamikr / rocm_sdk_builder

Other
113 stars 8 forks source link

rocm-smi builds librocm_smi64.so.2.8 instead of librocm_smi64.so.7.0 breaking rocm-smi #61

Closed lamikr closed 3 weeks ago

lamikr commented 3 weeks ago

It seems that the upstream public rocm_smi_lib github repo is missing the new rsmi_pkg_ver-7.0.0 tag that the build system is using to find the soname version numbers used for build.

When those are missing, it fallbacks to 2.8.0 version.

I created upstream bug https://github.com/ROCm/rocm_smi_lib/issues/178

but until it is fixed, rocm_sdk_builder will need to patch the rocm_smi_lib to handle the issue in some other way.

This should help on fixing the rocm-smi that fails to find the library.

lamikr commented 3 weeks ago

Fixed also in upstream, required tags are now in rocm_smi_lib github and sdk_builder patch can be removed.