llama.cpp releases · · 1 min read

b9430

Mirrored from llama.cpp releases for archival readability. Support the source by reading on the original site.

ggml : add some lsx support (#23798)

  • loongarch : optimize LSX fp16 load/store with native intrinsics

Use __lsx_vfcvtl_s_h and __lsx_vfcvt_h_s instead of scalar loops in
__lsx_f16x4_load and __lsx_f16x4_store.

  • loongarch : add LSX implementation for q8_0 dot product

  • loongarch : add LSX implementation for q6_K dot product

  • loongarch : add LSX implementation for iq4_xs dot product

  • Improve reduce ops when sun int16 pairs to int32

macOS/iOS:

Linux:

Android:

Windows:

openEuler:

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

UI:

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from llama.cpp releases