ROCm / HIP

HIP: C++ Heterogeneous-Compute Interface for Portability
https://rocmdocs.amd.com/projects/HIP/
MIT License
3.76k stars 538 forks source link

Will a Radeon 7600S work with Windows HIP SDK? #3654

Open ET3D-ET3D opened 1 week ago

ET3D-ET3D commented 1 week ago

I want to convert a CUDA application to HIP, and a laptop would be convenient. Would a Radeon 7600S work with the Windows HIP SDK. (The desktop 7600 is officially supported.)

darren-amd commented 1 week ago

Hi @ET3D-ET3D,

Running on a RX 7600S is not officially supported so it hasn't been tested before for compatibility. However, seeing as we do support 7600's which are also based on Navi33 architecture, it might work. Please give it a try by following the instructions here: HIP SDK Installer for Windows, while making sure to upgrade to the latest version of the Adrenaline display drivers. Thanks!

ET3D-ET3D commented 1 week ago

So far (just running the Hello World sample) it seems to work.