hip-python
Backward-compatibility metapackage that exposes the hip.* namespace as an
alias of rocm.bindings.*, so existing from hip import hip, hiprtc code keeps
working. Optional extras pull in the rest of the bindings.
Part of HIP Python. Full docs: https://rocm.docs.amd.com/projects/hip-python/en/latest/index.html
The HIP Python ecosystem consists of:
rocm-bindings-core— shared types, loaders, ROCm path resolutionrocm-bindings-hip— HIP and HIPRTC bindingsrocm-bindings-libraries— math libraries (hipBLAS, hipSOLVER, hipFFT, ...)rocm-bindings-systems— system libraries (RCCL, ROCTX, amdsmi, hipFILE)rocm-bindings-compiler— LLVM-C, COMGR, Clang bindingship-python-interop— CUDA interop layer (cuda.bindings.*)hip-python— this metapackage
Install
pip install hip-python # core + HIP only
pip install hip-python[libraries] # + math libraries
pip install hip-python[systems] # + RCCL/ROCTX/amdsmi/hipFILE
pip install hip-python[compiler] # + LLVM/COMGR/Clang
Usage
from hip import hip, hiprtc # legacy alias namespace
from rocm.bindings import hip, hiprtc # recommended for new code
Dependencies
rocm-bindings-corerocm-bindings-hip- Optional extras:
[libraries],[systems],[compiler]
Release files for hip-python 10.0.0.0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hip_python-10.0.0.0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / hip_python-10.0.0.0.1.2-py3-none-any.whl
| Download URL | hip_python-10.0.0.0.1.2-py3-none-any.whl |
|---|---|
| Size | 6.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5a3d06b5248024ee7fe38b69350024cb955c02928d93aa47d48e67e4c76b13e7
|
|
BLAKE2b-256 checksum How to use checksums |
01ee0772046d530a78533e717ecfb302a2c59b438c9217cb70a1b3d2a7a845f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|