May 2019
Intermediate to advanced
452 pages
12h 16m
English
As we begin understanding ROCm for both AMD and NVIDIA GPUs, what can be more practical than a hands-on approach to converting our first CUDA program in this book into an ROCm HIP version? Follow these steps to achieve that:
$ hipify gpu_multiply.cu -o gpu_multiply_ported_to_hip.cpp
We have now HIPified CUDA! Note the replacement of cuda prefixes to ...
Read now
Unlock full access