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.1
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.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / hip_python-10.0.0.0.1.1-py3-none-any.whl
| Download URL | hip_python-10.0.0.0.1.1-py3-none-any.whl |
|---|---|
| Size | 6.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
346fb9de2958d54827cfb95df17f25a8eddaf96329965b5d645301cf388fbb8c
|
|
BLAKE2b-256 checksum How to use checksums |
49bf61530e1e57a8030d8399abd76893b6238c4b1df9099aa9c7b076282d76b6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|