]>
git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
metal : add `CONV_TRANSPOSE_2D` (#16542)
* initial: headers and metal-device.cpp updates
* adding conv_transpose_2d
* fix type
* fix type: int32->int64
* Update ggml/src/ggml-metal/ggml-metal.metal
Co-authored-by: Georgi Gerganov <redacted>
* Update ggml/src/ggml-metal/ggml-metal.metal
Co-authored-by: Georgi Gerganov <redacted>
* Update ggml/src/ggml-metal/ggml-metal.metal
Co-authored-by: Georgi Gerganov <redacted>
* add checks for src[0] and src[1]; add type checks
* Update ggml-metal.metal
Co-authored-by: Georgi Gerganov <redacted>
* add more tests, add optimization to threading
* add dynamic memory allocation in metal
---------
Co-authored-by: Georgi Gerganov <redacted>