public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/llama-cpp] rawhide: Update to b10353
@ 2026-08-17 15:32 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-08-17 15:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/llama-cpp
Branch : rawhide
Commit : 0fcf2aa6dabf175f554e90f89885fed2a64ca96b
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-08-17T08:31:41-07:00
Stats : +11/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/llama-cpp/c/0fcf2aa6dabf175f554e90f89885fed2a64ca96b?branch=rawhide
Log:
Update to b10353
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/.gitignore b/.gitignore
index 01a9471..257dd56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/llama.cpp-b9672.tar.gz
/llama.cpp-b9781.tar.gz
/llama.cpp-b9840.tar.gz
+/llama.cpp-b10353.tar.gz
diff --git a/llama-cpp.spec b/llama-cpp.spec
index e5027db..fbf7d56 100644
--- a/llama-cpp.spec
+++ b/llama-cpp.spec
@@ -37,7 +37,7 @@ Name: llama-cpp
# This is the main license
License: MIT AND Apache-2.0 AND LicenseRef-Fedora-Public-Domain
-Version: b9840
+Version: b10353
Release: %autorelease
URL: https://github.com/ggerganov/llama.cpp
@@ -64,6 +64,13 @@ ExclusiveArch: x86_64 aarch64
%global build_hip OFF
%global toolchain gcc
%endif
+# gfx1250 has a problem
+# ggml/src/ggml-cuda/template-instances/../common.cuh:759:18: error:
+# instruction not supported on this GPU (gfx1250): v_dot2_f32_f16
+# 759 | asm volatile("v_dot2_f32_f16 %0, %1, %2, %0" : "+v"(acc) : "v"(v), "v"(u));
+#
+# need our own gpu list, without gfx1250
+%global rocm_gpu_list "gfx9-generic;gfx942;gfx950;gfx10-1-generic;gfx10-3-generic;gfx1100;gfx1101;gfx1102;gfx1103;gfx1150;gfx1151;gfx1152;gfx1153;gfx1200;gfx1201"
%if %{with vulkan}
%global build_vulkan ON
@@ -222,7 +229,7 @@ export HIPCC_COMPILE_FLAGS_APPEND="--offload-compress"
-DGGML_F16C=OFF \
-DGGML_HIP=%{build_hip} \
-DGGML_VULKAN=%{build_vulkan} \
- -DAMDGPU_TARGETS=%{rocm_gpu_list_default} \
+ -DAMDGPU_TARGETS=%{rocm_gpu_list} \
-DLLAMA_BUILD_EXAMPLES=%{build_examples} \
-DLLAMA_BUILD_TESTS=%{build_test}
diff --git a/sources b/sources
index f48672b..64e39fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (llama.cpp-b9840.tar.gz) = 9fe9848d9f048d2f4b321ee26e1785b90c4fd0dec26058b0cbc707ffd1ec18f87fc52a9c919f06bfff9657946a58be16d4e125d522a20aa087b371bd7b85caa3
+SHA512 (llama.cpp-b10353.tar.gz) = e8e447a82eaf9e83bc6c7987bc9caf384fbc7f4cc14de90fe5be56a087054f9e108696e2be8fc3cdf238963bd6eefbed0d363f8983f0f5f9264fe1c01683a2d4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-17 15:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 15:32 [rpms/llama-cpp] rawhide: Update to b10353 Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox