ENCCS / gpu-programming

Meta-GPU lesson covering general aspects of GPU programming as well as specific frameworks
https://enccs.github.io/gpu-programming/
Creative Commons Attribution 4.0 International
62 stars 20 forks source link

HIP-python with a bit more detail #85

Open HichamAgueny opened 5 months ago

HichamAgueny commented 5 months ago

The HIP-python part will complement the section "High-level language support". It will be addressed with a bit more detail. Some initial thoughts are:

-Accessing the GPU’s properties from HIP-python -Managing/allocating memory from HIP-python -Compiling kernels from HIP-python -Launching kernels from HIP-python -Creating Streams and Events from HIP-python -Using HIP-python’s library e.g. hipBLAS -...