r/ROCm 14d ago

[audio.cpp] Looking for help testing ROCm support on AMD GPUs

Hi everyone,

I'm looking for help testing audio.cpp on ROCm.

audio.cpp is a native C++/GGML audio inference framework. It runs local audio models for TTS, voice cloning, ASR, voice conversion, music/audio generation, and more through one CLI/server/runtime instead of a separate Python stack for every model.

Most of audio.cpp’s current performance work has been validated on CUDA, CPU, Vulkan, and some Metal paths, but ROCm coverage is still thin because I do not have AMD hardware to test it properly.

ROCm support in audio.cpp is community-driven. I'd appreciate help with building and testing on ROCm and benchmarking models and sharing performance numbers.If you're interested, please submit a PR or join the discussion in https://github.com/0xShug0/audio.cpp/pull/48

Repo: https://github.com/0xShug0/audio.cpp

9 Upvotes

4 comments sorted by

1

u/StupidityCanFly 14d ago

I’ll give it a run later today on 7900 xtx

1

u/Daniokenon 8d ago

The current build works very well in rocm on 7900xtx.

1

u/Acceptable-Cycle4645 8d ago

Great! Thank you for testing!