Closed
Description
latest branch
server stop working after recently refactor.
I couldn't run server.exe on my Windows build Rocm
PS W:\git\llama.cpp\AVX2\bin> .\server.exe -h
PS W:\git\llama.cpp\AVX2\bin> .\server.exe
PS W:\git\llama.cpp\AVX2\bin>
compile with
cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DLLAMA_HIPBLAS=ON -DCMAKE_C_COMPILER="C:/Program Files/AMD/ROCm/5.7/bin/clang.exe" -DCMAKE_CXX_COMPILER="C:/Program Files/AMD/ROCm/5.7/bin/clang++.exe" -DAMDGPU_TARGETS="gfx1100;gfx1030;gfx1031"