[ 原始碼: numba ]
套件:python3-numba(0.42.0-1)
native machine code compiler for Python 3
Numba compiles native machine code instructions from Python programs at runtime using the LLVM compiler infrastructure. It could be easily employed by decorating individual computation intensive functions in the Python code. Numba could significantly speed up the performance of computations, and optionally supports compilation to run on GPU processors through Nvidia's CUDA platform. It integrates well with the Python scientific software stack, and especially recognizes Numpy arrays.
This package contains the modules for Python 3.
其他與 python3-numba 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.27)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc1 (>= 1:3.5)
- GCC 支援函式庫
-
- dep: libgomp1 (>= 4.9)
- GCC OpenMP (GOMP) support library
-
- dep: libstdc++6 (>= 5)
- GNU Standard C++ Library v3
-
- dep: libtbb2
- parallelism library for C++ - runtime files
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.8)
- dep: python3 (>= 3.7~)
-
- dep: python3-llvmlite (>= 0.27.0~)
- LLVM Python 3 binding for writing JIT compilers
-
- dep: python3-numpy (>= 1:1.16.0~rc1)
- Fast array facility to the Python 3 language
-
- dep: python3-numpy-abi9
- 本虛擬套件由這些套件填實: python3-numpy
-
- rec: numba-doc
- native machine code compiler for Python (docs)