软件包:python3-numba(0.52.0-4)
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.29)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libgomp1 (>= 4.9)
- GCC OpenMP(GOMP)支持库
-
- dep: libstdc++6 (>= 5)
- GNU 标准 C++ 库,第3版
-
- dep: libtbb2 (>= 2020.3)
- parallelism library for C++ - runtime files
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)
-
- dep: python3-llvmlite (>= 0.35~)
- 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
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-scipy (>= 1.0)
- scientific tools for Python 3
-
- rec: numba-doc
- native machine code compiler for Python (docs)
-
- rec: python3-pip
- Python package installer