fix output in build_hipblas.sh

This commit is contained in:
jmorganca 2024-05-20 16:43:53 -07:00
parent 54f391309f
commit 87af27dac0

View File

@ -65,7 +65,7 @@ hipcc \
-lhipblas -lamdhip64 -lrocblas \
-shared \
$additional_flags \
-o ggml-hipblas.dll \
-o $output \
ggml-cuda.cu ggml-cuda/*.cu ggml.c ggml-backend.c ggml-alloc.c ggml-quants.c sgemm.cpp
# -D_DLL \