llama.cpp releases · · 1 min read

b10299

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

metal : avoid threadgroup matrix array instantiation in kernel_lightning_indexer (#26646)

  • In MSL, declaring an array of matrix types like threadgroup half4x4 causes
    a 'no matching constructor' compilation error because MSL matrix types do not
    have zero-argument default constructors and threadgroup variables cannot have
    initializers.

  • Fix this by declaring a POD threadgroup half array instead and casting
    to threadgroup half4x4 * for matrix indexing.

Signed-off-by: JamePeng [email protected]

Website:

macOS/iOS:

Linux:

Android:

Windows:

openEuler:

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

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