-
Notifications
You must be signed in to change notification settings - Fork 60
Description
AMD ROCm Software. ROCm is an open-source stack, composed primarily of open-source software, designed for graphics processing unit (GPU) computation.
Hey, was wondering if I could assist or help push for adding support for ROCm which would allow the use of AMD GPU's. I, having a 6800xt, would greatly benefit from doing this and would provide the necessary testing as needed.
There is a tool that replaces CUDA specific HIP calls to ROCm HIP calls.
Install HIP Tools:
Use hipify-perl or hipify-clang to automate the conversion of CUDA code to HIP.
Translate Code:
Run your CUDA files through HIP’s conversion tools to replace CUDA-specific syntax with HIP-compatible equivalents.
Review and adjust any manual changes required for features not directly supported by HIP.
Let me know if I how I can assist to move this along.