Andrew Downing

Results 2 comments of Andrew Downing

I have the same issue with clang failing to compile a test program. ``` C:\Users\andre\Desktop\development\llama.cpp\build>cmake -G Ninja -DAMDGPU_TARGETS=gfx1100 -DLLAMA_HIPBLAS=ON -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release .. -- The C compiler identification is Clang...

The problem was that I was running the Developer Command Prompt instead of the x64 Developer Command Prompt.