Download Latest Version llama-b9414-bin-ubuntu-openvino-2026.0-x64.tar.gz (12.9 MB)
Email in envelope

Get an email when there's a new version of llama.cpp

Home / b9413
Name Modified Size InfoDownloads / Week
Parent folder
llama-b9413-xcframework.zip < 7 hours ago 208.7 MB
llama-b9413-ui.tar.gz < 7 hours ago 1.9 MB
llama-b9413-bin-win-vulkan-x64.zip < 7 hours ago 33.0 MB
llama-b9413-bin-win-opencl-adreno-arm64.zip < 7 hours ago 10.3 MB
llama-b9413-bin-win-hip-radeon-x64.zip < 7 hours ago 319.7 MB
llama-b9413-bin-win-cuda-13.3-x64.zip < 7 hours ago 158.3 MB
llama-b9413-bin-win-cuda-12.4-x64.zip < 7 hours ago 260.2 MB
llama-b9413-bin-win-cpu-x64.zip < 7 hours ago 16.1 MB
llama-b9413-bin-win-cpu-arm64.zip < 7 hours ago 9.7 MB
llama-b9413-bin-ubuntu-x64.tar.gz < 7 hours ago 14.5 MB
llama-b9413-bin-ubuntu-vulkan-x64.tar.gz < 7 hours ago 32.2 MB
llama-b9413-bin-ubuntu-vulkan-arm64.tar.gz < 7 hours ago 25.4 MB
llama-b9413-bin-ubuntu-s390x.tar.gz < 7 hours ago 12.9 MB
llama-b9413-bin-ubuntu-rocm-7.2-x64.tar.gz < 7 hours ago 129.9 MB
llama-b9413-bin-ubuntu-openvino-2026.0-x64.tar.gz < 7 hours ago 12.9 MB
llama-b9413-bin-ubuntu-arm64.tar.gz < 7 hours ago 11.5 MB
llama-b9413-bin-macos-x64.tar.gz < 7 hours ago 9.9 MB
llama-b9413-bin-macos-arm64.tar.gz < 7 hours ago 9.8 MB
llama-b9413-bin-android-arm64.tar.gz < 7 hours ago 73.5 MB
cudart-llama-bin-win-cuda-13.3-x64.zip < 7 hours ago 391.0 MB
cudart-llama-bin-win-cuda-12.4-x64.zip < 7 hours ago 391.4 MB
b9413 source code.tar.gz < 15 hours ago 34.0 MB
b9413 source code.zip < 15 hours ago 35.4 MB
README.md < 15 hours ago 4.4 kB
Totals: 24 Items   2.2 GB 0
CUDA: Check PTX version on host side to guard PDL dispatch (#23530) * CUDA: Check PTX version on host side to guard PDL dispatch Checking on `__CUDA_ARCH_LIST__` alone is insufficient for JIT, as this variable doesn't differentiate between compiling for say sm_90, sm_90a or sm_90f (so forward-jittable PTX vs. arch/family-specific PTX). Thus, one can have a bug when compiling with `DCMAKE_CUDA_ARCHITECTURES="89;90a"`, where current code would wrongly dispatch to PDL on sm_90/sm_120 in forward-JIT mode. This PR fixes this issue by checking `cudaFuncAttributes::ptxVersion` of the incoming kernel at runtime. A check on ptxVersion alone is sufficient, as device-codes will always be >= ptxVersion (and any violation of this would be a severe bug in CUDA/nvcc), see: https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/#gpu-code-code-code * Implement MurmurHash3 mixer for better hash distribution Magic constants were taken from boost: https://github.com/boostorg/container_hash/blob/2698b43803c012601e6bb1a6116e83767b97986c/include/boost/container_hash/detail/hash_mix.hpp#L19-L65 * Update ggml/src/ggml-cuda/common.cuh Co-authored-by: Johannes Gäßler <johannesg@5d6.de> * Address review comments, make seed non-zero * Apply code-formatting * Replace std::size_t -> size_t for consistency --------- Co-authored-by: Johannes Gäßler <johannesg@5d6.de>

macOS/iOS:

Linux:

Android:

Windows:

openEuler:

  • DISABLED
  • openEuler x86 (310p)
  • openEuler x86 (910b, ACL Graph)
  • openEuler aarch64 (310p)
  • openEuler aarch64 (910b, ACL Graph)

UI:

Source: README.md, updated 2026-05-29