HIP Python#
Advanced Micro Devices, Inc.
2023-06-23
1 min read
Welcome to the documentation pages for HIP Python!
HIP Python provides low-level Cython and Python® bindings for the HIP runtime, HIPRTC, multiple math libraries and the communication library RCCL, and further a CUDA® Python Interoperability layer that aims to simplify the porting of CUDA Python Python and Cython programs.
Note
This documentation has been generated based on ROCm™ version 5.7.1.
Spotlight#
Learn how to use HIP Python’s interfaces in your Python or Cython program. We present a large number of examples that cover HIP and HIPRTC as well as multiple math libraries (HIPBLAS, HIPRAND, HIPFFT) and the communication library RCCL. Learn how to launch your own kernels and how the different libraries interact.
The full list of HIP Python Python variables, classes and functions.
The full list of the CUDA Python interoperability layer’s Python variables, classes and functions.