Conférence
Notice
Langue :
Français
Crédits
Emily Bourne (Intervenant)
Conditions d'utilisation
Droit commun de la propriété intellectuelle
Citer cette ressource :
Emily Bourne. GroupeCalcul. (2023, 19 septembre). Pyccel: write Python code, get Fortran speed , in Webinaires Accélérateurs Python. [Vidéo]. Canal-U. https://www.canal-u.tv/146397. (Consultée le 5 décembre 2023)
Pyccel: write Python code, get Fortran speed
Réalisation : 19 septembre 2023
- Mise en ligne : 20 septembre 2023
- document 1 document 2 document 3
- niveau 1 niveau 2 niveau 3
Descriptif
Pyccel stands for Python extension language using accelerators.
The aim of Pyccel is to provide a simple way to generate automatically, parallel low level code. The main uses would be:
- Convert a Python code (or project) into a Fortran or C code.
- Accelerate Python functions by converting them to Fortran or C functions.
Pyccel can be viewed as:
- Python-to-Fortran/C converter
- a compiler for a Domain Specific Language with Python syntax
Pyccel comes with a selection of extensions allowing you to convert calls to some specific Python packages to Fortran/C.
[Pyccel]: https://github.com/pyccel/pyccel
Thème
Discipline :
Dans la même collection
-
Deep issues of the Python ecosystem soon fixed through the HPy project?
AugierPierrePrésentation du projet HPy
-
HPC for Idealists with Deadlines: Pragmatic Abstractions for High Performance
KlöcknerAndreasPrésentation d'Andreas Klöckner sur trois accélérateurs Python : PyOpenCL, loopy et pytato https://andreask.cs.illinois.edu/ https://github.com/inducer/