1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
|
Source: rocblas
Section: devel
Homepage: https://github.com/ROCm/rocBLAS
Priority: optional
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rocm-team/rocblas.git
Vcs-Browser: https://salsa.debian.org/rocm-team/rocblas
Maintainer: Debian ROCm Team <debian-ai@lists.debian.org>
Uploaders: Maxime Chambonnet <maxzor@maxzor.eu>,
Cordell Bloor <cgmb@slerp.xyz>,
Christian Kastner <ckk@debian.org>,
Build-Depends: debhelper-compat (= 13),
cmake,
gfortran,
python3-venv,
python3-yaml,
python3-msgpack,
hipcc (>= 5.6.1~),
libamd-comgr-dev (>= 6.0~),
libhsa-runtime-dev (>= 5.7.1~),
llvm-17,
rocm-cmake (>= 5.3.0),
libmsgpack-cxx-dev,
libblas-dev,
libgtest-dev <!nocheck>
Build-Depends-Indep: dh-sequence-sphinxdoc <!nodoc>,
doxygen <!nodoc>,
python3-breathe <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
libjs-jquery <!nodoc>,
libjs-mathjax <!nodoc>,
libjs-sphinxdoc <!nodoc>,
libjs-underscore <!nodoc>
Rules-Requires-Root: no
Package: librocblas0
Section: libs
Architecture: amd64 arm64 ppc64el
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: ROCm library for basic linear algebra - library
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 library.
Package: librocblas-dev
Section: libdevel
Architecture: amd64 arm64 ppc64el
Depends: librocblas0 (= ${binary:Version}),${misc:Depends}, ${shlibs:Depends},
libamdhip64-dev,
Suggests: librocblas-doc
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.
Package: librocblas0-bench
Section: libdevel
Architecture: amd64 arm64 ppc64el
Depends: librocblas0 (= ${binary:Version}),${misc:Depends}, ${shlibs:Depends},
Build-Profiles: <!nocheck>
Description: ROCm library for basic linear algebra - benchmarks
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 benchmark client used for
gathering performance data about library functions.
Package: librocblas0-tests
Section: libdevel
Architecture: amd64 arm64 ppc64el
Depends: librocblas0 (= ${binary:Version}),${misc:Depends}, ${shlibs:Depends},
librocblas0-tests-data
Build-Profiles: <!nocheck>
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.
Package: librocblas0-tests-data
Section: libdevel
Architecture: all
Depends: ${misc:Depends},
Build-Profiles: <!nocheck>
Description: ROCm library for basic linear algebra - test data
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 data files required by the AMD ROCm rocBLAS tests.
The tests are only used to check whether rocBLAS works correctly on a given
GPU, so generally speaking, users probably don't need this package.
Package: librocblas-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax,
Breaks: librocblas-dev (<< 5.5.1+dfsg-5~)
Replaces: librocblas-dev (<< 5.5.1+dfsg-5~)
Description: ROCm library for basic linear algebra - documentation
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 documentation.
|