fix output in build_hipblas.sh

This commit is contained in:
jmorganca 2024-05-20 16:43:53 -07:00 committed by Daniel Hiltgen
parent c05ba504ef
commit 86955c3014

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 \