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
|
Source: magma
Section: contrib/math
Homepage: https://icl.cs.utk.edu/magma/
Priority: optional
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/science-team/magma.git
Vcs-Browser: https://salsa.debian.org/science-team/magma
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 13),
gfortran,
libopenblas-dev,
nvidia-cuda-toolkit-gcc,
python3,
Build-Depends-Indep: doxygen
Package: libmagma2
Section: contrib/libs
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libmagma2-rocm
Replaces: libmagma2-rocm
Description: Matrix Algebra on GPU and Multicore Architectures (solib)
The MAGMA project aims to develop a dense linear algebra library similar to
LAPACK but for heterogeneous/hybrid architectures, starting with current
"Multicore+GPU" systems.
.
The MAGMA research is based on the idea that, to address the complex challenges
of the emerging hybrid environments, optimal software solutions will themselves
have to hybridize, combining the strengths of different algorithms within a
single framework. Building on this idea, we aim to design linear algebra
algorithms and frameworks for hybrid manycore and GPU systems that can enable
applications to fully exploit the power that each of the hybrid components
offers.
.
This package contains the shared object libmagma.so.2
Package: libmagma-sparse2
Section: contrib/libs
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libmagma-sparse2-rocm
Replaces: libmagma-sparse2-rocm
Description: Matrix Algebra on GPU and Multicore Architectures (solib, sparse)
The MAGMA project aims to develop a dense linear algebra library similar to
LAPACK but for heterogeneous/hybrid architectures, starting with current
"Multicore+GPU" systems.
.
The MAGMA research is based on the idea that, to address the complex challenges
of the emerging hybrid environments, optimal software solutions will themselves
have to hybridize, combining the strengths of different algorithms within a
single framework. Building on this idea, we aim to design linear algebra
algorithms and frameworks for hybrid manycore and GPU systems that can enable
applications to fully exploit the power that each of the hybrid components
offers.
.
This package contains the shared object libmagma_sparse.so.2
Package: libmagma-dev
Section: contrib/libdevel
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends}, ${shlibs:Depends},
libmagma2 (= ${binary:Version}), libmagma-sparse2 (= ${binary:Version}),
Breaks: libmagma-rocm-dev
Replaces: libmagma-rocm-dev
Description: Matrix Algebra on GPU and Multicore Architectures (dev)
The MAGMA project aims to develop a dense linear algebra library similar to
LAPACK but for heterogeneous/hybrid architectures, starting with current
"Multicore+GPU" systems.
.
The MAGMA research is based on the idea that, to address the complex challenges
of the emerging hybrid environments, optimal software solutions will themselves
have to hybridize, combining the strengths of different algorithms within a
single framework. Building on this idea, we aim to design linear algebra
algorithms and frameworks for hybrid manycore and GPU systems that can enable
applications to fully exploit the power that each of the hybrid components
offers.
.
This package contains the headers and the static libraries.
Package: libmagma-test
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends}, ${shlibs:Depends}, python3
Description: Matrix Algebra on GPU and Multicore Architectures (tests)
The MAGMA project aims to develop a dense linear algebra library similar to
LAPACK but for heterogeneous/hybrid architectures, starting with current
"Multicore+GPU" systems.
.
The MAGMA research is based on the idea that, to address the complex challenges
of the emerging hybrid environments, optimal software solutions will themselves
have to hybridize, combining the strengths of different algorithms within a
single framework. Building on this idea, we aim to design linear algebra
algorithms and frameworks for hybrid manycore and GPU systems that can enable
applications to fully exploit the power that each of the hybrid components
offers.
.
This package contains the test executables.
Package: libmagma-doc
Section: contrib/doc
Architecture: all
Depends: ${misc:Depends}
Description: Matrix Algebra on GPU and Multicore Architectures (doc)
The MAGMA project aims to develop a dense linear algebra library similar to
LAPACK but for heterogeneous/hybrid architectures, starting with current
"Multicore+GPU" systems.
.
The MAGMA research is based on the idea that, to address the complex challenges
of the emerging hybrid environments, optimal software solutions will themselves
have to hybridize, combining the strengths of different algorithms within a
single framework. Building on this idea, we aim to design linear algebra
algorithms and frameworks for hybrid manycore and GPU systems that can enable
applications to fully exploit the power that each of the hybrid components
offers.
.
This package contains the Doxygen HTML documentation.
|