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
I’m maintaining MPICH in Debian, and enabling HIP and other dependencies.
In Debian we supply an ELF symbols file, tracking to make sure there are no unexpected ABI changes.
With 4.3.0 there are changes and a lot of new yaksa-related symbols, eg
_Z33yaksuri_hipi_kernel_pack_LOR_boolPKvPvmPK17yaksuri_hipi_md_s@Base 4.3
_Z34yaksuri_hipi_kernel_pack_LAND_boolPKvPvmPK17yaksuri_hipi_md_s@Base 4.3
…
hipFree@Base 4.3
yaksuri_hipi_pack_blkhindx_blkhindx_bool@Base 4.3
yaksuri_hipi_pack_blkhindx_blkhindx_char@Base 4.3
…
Approx 8000 new symbols added to the public interface !
Is this expected ? are these part of the public interface or unexpected leakage? Can they be made private safely?
Thanks
Alastair McKinstry
The text was updated successfully, but these errors were encountered:
From MPICH discuss:
The text was updated successfully, but these errors were encountered: