whisper.cpp / ggml /src /ggml-metal

Commit History

metal : simplify kernel arguments using a struct (ggml/3229) (llama/12194)
092277a

BB-fat alexju commited on

metal : fix default.metallib build (llama/12224)
838efb6

danbev commited on

ggml : fix GGMLMetalClass ODR (llama/12200)
2094cb7

pacominev commited on

cuda/cpu: Increase support for fp16 unary operations (ggml/1125)
67e8c32

cmdr2 commited on

metal : copy kernels for quant to F32/F16 conversions (llama/12017)
6c8e7ec

Garf ggerganov HF Staff commited on

metal : fix the crash caused by the lack of residency set support on Intel Macs. (llama/11904)
afbd891

Hale Chan commited on

metal : optimize dequant q6_K kernel (llama/11892)
376cbe6

Adrian Kretz commited on

repo : update links to new url (llama/11886)
9705bb5

ggerganov HF Staff commited on

metal : avoid breaking build when metal API predates TARGET_OS_VISION (llama/11690)
5bdb244

charles-dyfis-net commited on

metal : adjust support conditions for norm operators (llama/11671)
5eb35ab

ggerganov HF Staff commited on

metal : use residency set for other platforms (llama/11648)
0e58088

jhenjie commited on

metal: Handle null returned from MTLCreateSystemDefaultDevice() (llama/11441)
4e38ed4

Ihar Hrachyshka commited on

metal : use residency sets (llama/11427)
9da4d68

ggerganov HF Staff commited on

metal : fix out-of-bounds write (llama/11314)
1101050

ggerganov HF Staff commited on

ggml : do not install metal source when embed library (ggml/1054)
9615cf2

ggerganov HF Staff commited on

metal : avoid uint (llama/11019)
b788516

ggerganov HF Staff commited on

llama : add Qwen2VL support + multimodal RoPE (llama/10361)
219d12b

RzZ ggerganov HF Staff commited on

metal : Extend how Llama.cpp locates metal resources (llama/10676)
44e7250

Robert Ormandi ggerganov HF Staff commited on

ggml: add `GGML_SET` Metal kernel + i32 CPU kernel (ggml/1037)
dd775d5

PABannier commited on

ggml : add `GGML_PAD_REFLECT_1D` operation (ggml/1034)
154bbc0

PABannier commited on

ggml : move AMX to the CPU backend (llama/10570)
3732429

Diego Devesa commited on

metal : small-batch mat-mul kernels (llama/10581)
58b0822

ggerganov HF Staff commited on

metal : fix group_norm support condition (llama/0)
20ee62d

ggerganov HF Staff commited on

metal : enable mat-vec kernels for bs <= 4 (llama/10491)
6d07dee

ggerganov HF Staff commited on

ggml : add support for dynamic loading of backends (llama/10469)
b73266f

Diego Devesa ggerganov HF Staff commited on

metal : minor code formatting
385a521

ggerganov HF Staff commited on

feat: add `GGML_UNARY_OP_ARGMAX` Metal kernel (ggml/1019)
c7e59ef

PABannier Diego Devesa commited on

metal : add `GGML_OP_CONV_TRANSPOSE_1D` kernels (ggml/1026)
9c845f4

PABannier commited on

ggml : sync resolve (skip) (#0)
d4d67dc

ggerganov HF Staff commited on

metal : fox offset integer overflows in im2col (ggml/1015)
efbd100

pacominev commited on

metal : add `GGML_UNARY_OP_ELU` kernel (ggml/1018)
5959420

PABannier commited on

metal : refactor kernel args into structs (llama/10238)
15659b4

ggerganov HF Staff commited on

ggml: new optimization interface (ggml/988)
dd33ace

JohannesGaessler commited on

sync : leftovers (ggml/0)
0f6c498

ggerganov HF Staff commited on

ggml : build backends as libraries (llama/10256)
3dc93f3

Diego Devesa ggerganov HF Staff R0CKSTAR commited on