# Code object files are ELF files containing GPU code. These files do not match
# the CPU architecture because they are for the GPU architecture.
librocblas5: binary-from-other-architecture [usr/lib/*/rocblas/*/library/*.hsaco]
librocblas5: binary-from-other-architecture [usr/lib/*/rocblas/*/library/*.co]

# Code object files are not shared libraries, executables or object files;
# they are HIP modules. The strip command fails with the error,
# "strip: Unable to recognise the format of the input file".
librocblas5: unstripped-binary-or-object [usr/lib/*/rocblas/*/library/*.hsaco]
librocblas5: unstripped-binary-or-object [usr/lib/*/rocblas/*/library/*.co]

# Code object files are not shared library files.
librocblas5: shared-library-lacks-prerequisites [usr/lib/*/rocblas/*/library/*.hsaco]
librocblas5: shared-library-lacks-prerequisites [usr/lib/*/rocblas/*/library/*.co]

# Needed by the Debian ROCm Team
librocblas5: unknown-field X-Rocm-Gpu-Architecture
