File: index.rst

package info (click to toggle)
compyle 0.8.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,100 kB
  • sloc: python: 12,337; makefile: 21
file content (29 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (3)
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
.. Compyle documentation master file, created by
   sphinx-quickstart on Sun Dec  2 14:26:18 2018.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to Compyle's documentation!
===================================

Compyle allows users to execute a restricted subset of Python (almost similar
to C) on a variety of HPC platforms. Currently we support multi-core CPU
execution using Cython, and support GPU devices using OpenCL and CUDA.

You can try Compyle online on a `Google Colab notebook <https://colab.research.google.com/drive/1SGRiArYXV1LEkZtUeg9j0qQ21MDqQR2U?usp=sharing>`_.

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   overview.rst
   installation.rst
   details.rst


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`