llama.cpp releases · · 1 min read

b9491

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

Avoid PDL race conditions by disabling restrict when PDL is used (#24030)

  • Removes restrict from PDL kernel headers due to incompatibility with
    PDL. Adds preprocessor directives based on arch in kernel body to add
    restrict to retain performance on older architectures.

  • Simplifies new restrict usage via macro

  • Add hopper to PDL restrict fix.

Co-authored-by: Oliver Simons [email protected]


Co-authored-by: Oliver Simons [email protected]

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