Skip to content

Add support for AMD ROCm (drop in replacement for CUDA) #18

@stopspazzing

Description

@stopspazzing

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions