updated benchmarks

This commit is contained in:
Donato Capitella
2025-12-07 10:27:33 +00:00
parent 204493bd4c
commit ffbc6d98ff
74 changed files with 4692 additions and 2 deletions
+3 -1
View File
@@ -42,7 +42,9 @@ COPY patches/mmf.cuh /tmp/mmf.cuh
# build
RUN git clean -xdf \
&& git submodule update --recursive \
&& find . -name mmf.cuh -exec cp /tmp/mmf.cuh {} \; \
&& count=$(find . -name mmf.cuh -exec cp /tmp/mmf.cuh {} \; -print | wc -l) \
&& if [ "$count" -eq 0 ]; then echo "ERROR: mmf.cuh not found! Patch failed."; exit 1; fi \
&& echo "SUCCESS: Patched $count instance(s) of mmf.cuh" \
&& cmake -S . -B build \
-DGGML_HIP=ON \
-DAMDGPU_TARGETS=gfx1201 \