leejet / stable-diffusion.cpp

Stable Diffusion in pure C/C++
MIT License
2.91k stars 233 forks source link

Unable to build with Hipblas #191

Closed nonetrix closed 4 months ago

nonetrix commented 4 months ago

Currently trying to build with Hipblas but getting this error, I can build without HIP just fine. I am running on a Arch Linux Distrobox running on top of NixOS and with a RX 6800. I followed the instructions for building with ROCm. I would have just pasted the error in the Github issue, but seems that there is a character limit which is news to me: https://pastebin.com/tEm2tw6r

nonetrix commented 4 months ago

Sorry for making issue then instantly closing it, installing llvm package fixed my issues. Hopefully at least helps others