パッケージ: python3-numba (0.56.4+dfsg-2)
python3-numba に関するリンク
Debian の資源:
numba ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [numba.pydata.org]
類似のパッケージ:
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.35)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 共有ライブラリ
-
- dep: libgomp1 (>= 4.9)
- GCC OpenMP (GOMP) サポートライブラリ
-
- dep: libstdc++6 (>= 11)
- GNU 標準 C++ ライブラリ v3
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.12)
- dep: python3 (>= 3.11~)
-
- dep: python3-llvmlite (>= 0.39~)
- LLVM Python 3 binding for writing JIT compilers
-
- dep: python3-numpy (<< 1:1.25)
- Fast array facility to the Python 3 language
- dep: python3-numpy (>= 1:1.22.0)
-
- dep: python3-numpy-abi9
- 以下のパッケージによって提供される仮想パッケージです: python3-numpy
-
- dep: python3-pkg-resources
- pkg_resources を用いたパッケージ検索およびリソースアクセス
-
- dep: python3-scipy
- scientific tools for Python 3
-
- rec: numba-doc
- native machine code compiler for Python (docs)
-
- rec: python3-pip
- Python package installer