Skip to content

[Exp] AMD HiP Backend Support - #37

Closed
simonguozirui wants to merge 2 commits into
mainfrom
hip-support
Closed

[Exp] AMD HiP Backend Support#37
simonguozirui wants to merge 2 commits into
mainfrom
hip-support

Conversation

@simonguozirui

@simonguoziruisimonguozirui commented Apr 17, 2025

Copy link
Copy Markdown
Collaborator

@willhu-jpg and I trying to add AMD HiP support for AMD hardware (notably the MI300X series).

Challenge is to find the inline-cuda compile alternative for AMD.

We are starting with this reference as AMD team suggested
https://rocm.docs.amd.com/projects/hip-python/en/latest/user_guide/1_usage.html#hiprtc-launch-kernel-args

@simonguoziruisimonguozirui changed the title [WIP] AMD HiP Backend Support[Exp] AMD HiP Backend SupportSep 28, 2025
@simonguozirui

Copy link
Copy Markdown
CollaboratorAuthor

We will close this for now, as we are unclear how to do inline compile work with HiP kernels.
If you just naïvely put cuda kernel inline and compile it, hipfy would be called for CUDA -> HiP translation. Ideally for the AMD support of KernelBench, we would be asking model to actually right some HiP code instead.

If someone wants to look into this or folks from AMD have pointers that would be great!

@amd-asalykovamd-asalykov mentioned this pull request Nov 21, 2025
@simonguoziruisimonguozirui mentioned this pull request Feb 22, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@simonguozirui@willhu-jpg