ROCm / HIPIFY

HIPIFY: Convert CUDA to Portable C++ Code
https://rocm.docs.amd.com/projects/HIPIFY/en/latest/
MIT License
524 stars 75 forks source link

[HIPIFY][perl] Introduce `--roc` option in `hipify-perl` #504

Closed emankov closed 2 years ago

emankov commented 2 years ago

[Reason] To hipify cuBLAS to rocBLAS instead of hipBLAS as it's already done for hipify-clang.

emankov commented 2 years ago

Implemented by #506 and #510.