Sergey 'Jin' Bostandzhyan

Results 94 comments of Sergey 'Jin' Bostandzhyan

> Interesting. Does running `cmake` work with only `HIPCXX` set (no `HIP_PATH` and `HIP_DEVICE_LIB_PATH`) as well? Hmm, it does indeed. So now we reduced it all to just: ``` HIPCXX=/usr/bin/clang-17...

OK now that's odd and I am not sure if I messed something up, now suddenly it can't find the ROCm directory again and is looking in `/usr/local` again... I...

So it'd be: ``` HIPCXX="$(hipconfig -l)/clang" HIP_PATH="$(hipconfig -R)" cmake .. -DLLAMA_HIPBLAS=ON -DAMDGPU_TARGETS=gfx900 -DCMAKE_BUILD_TYPE=Release make `

One note though, if I understood Fedora packagers correctly `hipcc` is actually supposed to be used on Fedora for everything when compiling HIP enabled applications. So there it's not really...

> I think it is good (and important) to follow AMD's recommendations for building. If Fedora wants to deviate from this process, they should deal with the problems that it...

> It is currently _used_ to compile HIP enabled, but it's not _supposed_ to be used. The only reason is that AMD's official packages are still using the legacy way...

@emankov could we please reopen this, I am seeing the exact same issue, with the difference that I am using Fedora 38 with clang-16, which should also be supported. I...

@yk7244 I switched to a venv setup, so uninstalling anything is pointless in my case - I start with a clean environment. I went back to Python 3.7 and I...

> The environment setting for AI, Machine learning is really pain in the ass.... Every version of the requirements should be met... However, in my opinion, that's the beauty of...

I am not sure if the issue which I am seeing is exactly the same, I am getting a different error message, but the cause seems similar. ``` thread 'main'...