HIP icon indicating copy to clipboard operation
HIP copied to clipboard

compiling for use with nvcc & nvidia gpu on fedora 33

Open burlen opened this issue 4 years ago • 2 comments

HI, I want to use HIP for platform portable development. My development environment is Fedora 33 linux and CUDA 11.0. I have a quadro rtx 4000 card. The instructions reference "apt-get" installs, which is Debian/Ubuntu method, so I assume that no binaries are available for Fedora and hence I should install from sources.

However, trying to install HIP (as described here: https://github.com/ROCm-Developer-Tools/HIP/blob/develop/INSTALL.md#building-hip-from-source). CMake errors out because it failed to find amd_comgr. Apparently the instructions are incomplete.

What are the minimal steps do I need to take to install HIP for use with Nvidia on Fedora 33 linux and CUDA 11.0?

burlen avatar Dec 08 '21 17:12 burlen

Maybe this can help? https://gist.github.com/cgmb/7cd9a481c42ce132b5d6420380becef3

Maxzor avatar Dec 30 '21 06:12 Maxzor

Maybe this can help?

Thanks! It was helpful.

burlen avatar Jan 03 '22 20:01 burlen