ROCm / HIPIFY

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

[HIPIFY] How to hipify the programs based nvidia cutlass #1374

Open hclearner opened 7 months ago

hclearner commented 7 months ago

How to hipify the programs based nvidia cutlass, thanks :)

emankov commented 7 months ago

AFAIK, there is no cutlass port to HIP yet.

hclearner commented 7 months ago

Do you have any plans for cutlass? thanks :) I think this is very import.

emankov commented 7 months ago

Honestly, I haven't heard about the plans, will try to learn.

mcordery commented 6 months ago

We're porting cuGraph now and this is part of the dependency chain. I noted there is an port of it from a couple of years ago on the internal repo. https://github.com/ROCm/cutlass-internal

We'll probably have to use this as a guide for getting it up to current code levels.

ZJLi2013 commented 2 months ago

any update on cutlass supporting recently ?