github ggml-org/llama.cpp b10299

2 hours ago
Details

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 jame_peng@sina.com

Website:

macOS/iOS:

Linux:

Android:

Windows:

openEuler:

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

UI:

Don't miss a new llama.cpp release

NewReleases is sending notifications on new releases.