File: control

package info (click to toggle)
python-gimmik 2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 108 kB
  • sloc: python: 67; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,193 bytes parent folder | download | duplicates (2)
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
Source: python-gimmik
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python3-all,
               python3-mako,
               python3-numpy,
               python3-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-gimmik.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-gimmik.git
Homepage: https://github.com/vincentlab/GiMMiK
X-Python3-Version: >= 3.3

Package: python3-gimmik
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: generator of matrix multiplication kernels (Python 3)
 GiMMiK is a Python based kernel generator for matrix multiplication kernels
 for various accelerator platforms. For small operator matrices the generated
 kernels are capable of outperfoming the state-of-the-art general matrix
 multiplication routines such as cuBLAS GEMM or clBLAS GEMM.
 .
 This package provides the library for Python 3.