compyle 0.6~dev0~20190922.gitaa5a50d-1 source package in Ubuntu

Changelog

compyle (0.6~dev0~20190922.gitaa5a50d-1) unstable; urgency=medium

  * Initial version (Closes: #940912).

 -- Antonio Valentino <email address hidden>  Sun, 22 Sep 2019 16:05:26 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
compyle_0.6~dev0~20190922.gitaa5a50d-1.dsc 2.2 KiB fd9b37b76dae79219a0fae41e48087cf9a47930573312e0bcf9bd77183345665
compyle_0.6~dev0~20190922.gitaa5a50d.orig.tar.gz 92.7 KiB eceb3bc0970b570056138174e77a2eb0d6be2128c81a7315436bb996c668bbd3
compyle_0.6~dev0~20190922.gitaa5a50d-1.debian.tar.xz 3.6 KiB caf9d64f1a40eb3ddf3ab69e7a161be852e7d5f068aaf6a1763fb014576e8a97

No changes file available.

Binary packages built by this source

python3-compyle: Execute a subset of Python on HPC platforms

 ComPyle allows users to execute a restricted subset of Python (almost
 similar to C) on a variety of HPC platforms. Currently it supports
 multi-core execution using Cython, and OpenCL and CUDA for GPU devices.
 .
 Users start with code implemented in a very restricted Python syntax,
 this code is then automatically transpiled, compiled and executed to run
 on either one CPU core, or multiple CPU cores (via OpenMP_) or on a GPU.
 CPy offers source-to-source transpilation, making it a very convenient
 tool for writing HPC libraries.
 .
 Some simple yet powerful parallel utilities are provided which can allow
 you to solve a remarkably large number of interesting HPC problems.
 .
 ComPyle also features JIT transpilation if you wish making it easy to use.