How to Install and Uninstall librocblas0-tests Package on Kali Linux

Last updated: May 18,2024

1. Install "librocblas0-tests" package

Please follow the guidance below to install librocblas0-tests on Kali Linux

$ sudo apt update $ sudo apt install librocblas0-tests

2. Uninstall "librocblas0-tests" package

This guide covers the steps necessary to uninstall librocblas0-tests on Kali Linux:

$ sudo apt remove librocblas0-tests $ sudo apt autoclean && sudo apt autoremove

3. Information about the librocblas0-tests package on Kali Linux

Package: librocblas0-tests
Source: rocblas
Version: 5.5.1+dfsg-4
Installed-Size: 33191
Maintainer: Debian ROCm Team
Architecture: amd64
Depends: librocblas0 (= 5.5.1+dfsg-4), libamdhip64-5 (>= 4.5.2), libblas3 | libblas.so.3, libc6 (>= 2.34), libgcc-s1 (>= 12), libgfortran5 (>= 8), libquadmath0 (>= 4.6), libstdc++6 (>= 13.1), librocblas0-tests-data
Size: 5137388
SHA256: 22845968a74e8cb8de437ffe6a970406151585ff444f11922a998df7b7c34d7b
SHA1: 1793a2eb5c61f11d72d8af41676ff9703773d66f
MD5sum: d7a3c34487cd0a4f52c434b5a26ab342
Description: ROCm library for basic linear algebra - tests
rocBLAS is a library for performing basic linear algebra routines
on AMD GPUs. It provides implementations of BLAS operations such as
dot product (DOT), general matrix multiplication (GEMM), triangular
matrix multiplication (TRMM), and many others. It is built on the
AMD ROCm platform and optimized for discrete AMD GPUs. The rocBLAS
library is implemented in the HIP programming language and is
supplemented by tuned assembly kernels.
.
rocBLAS provides a C99 interface and supports operations on matrices
of half-, single- or double-precision floating point numbers. The
library provides variants for its routines that efficiently operate
on batches of matrices and that support a variety of data layouts.
.
This package provides the AMD ROCm rocBLAS test binaries used for verifying
that the library is functioning correctly. These binaries are only used to
check whether rocBLAS works correctly on a given GPU, so generally speaking,
users probably don't need this package.
Description-md5:
Homepage: https://github.com/rocmsoftwareplatform/rocblas
Section: libdevel
Priority: optional
Filename: pool/main/r/rocblas/librocblas0-tests_5.5.1+dfsg-4_amd64.deb

5. The same packages on other Linux Distributions