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
|
Source: python-peachpy
Section: python
Priority: optional
Maintainer: Debian Deep Learning Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Yangfl <mmyangfl@gmail.com>,
Mo Zhou <lumin@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3,
python3-setuptools,
python3-six,
python3-opcodes,
python3-sphinx,
python3-sphinx-bootstrap-theme,
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://github.com/Maratyszcza/PeachPy
Vcs-Git: https://salsa.debian.org/deeplearning-team/python-peachpy.git
Vcs-Browser: https://salsa.debian.org/deeplearning-team/python-peachpy
Package: python3-peachpy
Architecture: any-amd64 x32
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python3-peachpy-doc,
Description: Portable Efficient Assembly Codegen in Higher-level Python (Python 3)
PEACH-Py is a Python framework for writing high-performance assembly kernels.
PEACH-Py is developed to simplify writing optimized assembly kernels while
preserving all optimization opportunities of traditional assembly. Some
PEACH-Py features:
* Automatic register allocation
* Stack frame management, including re-aligning of stack frame as needed
* Generating versions of a function for different calling conventions from
the same source (e.g. functions for Microsoft x64 ABI and System V x86-64
ABI can be generated from the same source)
* Allow one to define constants in the place where they are used (just like
in high-level languages)
* Tracking of instruction extensions used in the function.
* Multiplexing of multiple instruction streams (helpful for software
pipelining)
.
This package installs the library for Python 3.
Package: python-peachpy-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
libjs-bootstrap,
Built-Using: ${sphinxdoc:Built-Using},
Multi-Arch: foreign
Description: Portable Efficient Assembly Codegen in Higher-level Python (doc)
PEACH-Py is a Python framework for writing high-performance assembly kernels.
PEACH-Py is developed to simplify writing optimized assembly kernels while
preserving all optimization opportunities of traditional assembly.
.
This is the common documentation package.
|