transonic.backends
Backends for different accelerators
Base class for the Transonic backends |
|
SubBackend class for Transonic JIT compilation |
|
Make the Pythran files for the classes |
Pythran Backend |
|
Cython Backend |
|
Numba backend |
|
Python backend |
User API
- transonic.backends.set_backend_for_this_module(backend_name)[source]
Programmatically set a backend for a module
- transonic.backends.make_backend_files(paths: Iterable[pathlib.Path], force=False, log_level=None, backend: str = 'pythran')[source]
Create Pythran files from a list of Python files
Functions
|
|
|
Create Pythran files from a list of Python files |
|
Programmatically set a backend for a module |