How to Install and Uninstall librocblas-dev Package on Kali Linux

Last updated: September 21,2024

1. Install "librocblas-dev" package

Here is a brief guide to show you how to install librocblas-dev on Kali Linux

$ sudo apt update $ sudo apt install librocblas-dev

2. Uninstall "librocblas-dev" package

This is a short guide on how to uninstall librocblas-dev on Kali Linux:

$ sudo apt remove librocblas-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the librocblas-dev package on Kali Linux

Package: librocblas-dev
Source: rocblas
Version: 5.5.1+dfsg-4
Installed-Size: 1154
Maintainer: Debian ROCm Team
Architecture: amd64
Depends: librocblas0 (= 5.5.1+dfsg-4), libamdhip64-dev
Size: 69612
SHA256: e343fd78fe5ee13ecb6e464ec98265b9cbd25c1e918da35e749e459ded10e7a3
SHA1: e65e4d76086b9a57696d8f38759210a24bd684c1
MD5sum: 9045e5a7f91ba9f60ed2d2c6ba5e9919
Description: ROCm library for basic linear algebra - headers
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 development headers.
Description-md5:
Homepage: https://github.com/rocmsoftwareplatform/rocblas
Section: libdevel
Priority: optional
Filename: pool/main/r/rocblas/librocblas-dev_5.5.1+dfsg-4_amd64.deb