public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Rix <Tom.Rix@amd.com>
To: git-commits@fedoraproject.org
Subject: [rpms/llama-cpp] rawhide: Update to b10353
Date: Mon, 17 Aug 2026 15:32:22 GMT	[thread overview]
Message-ID: <178698074291.1.15919379047363968334.rpms-llama-cpp-0fcf2aa6dabf@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-17 15:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178698074291.1.15919379047363968334.rpms-llama-cpp-0fcf2aa6dabf@fedoraproject.org \
    --to=tom.rix@amd.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox