]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
feat: add new `sin` and `cos` operators (ggml/919)
authorRonsor <redacted>
Mon, 12 Aug 2024 13:02:08 +0000 (06:02 -0700)
committerGeorgi Gerganov <redacted>
Wed, 21 Aug 2024 08:07:13 +0000 (11:07 +0300)
commit3643120690000570163ebaca02825e17e7efe036
tree2f6a17da7512378b6fdcc7be802a8051c97d0e33
parentd65786ea540a5aef21f67cacfa6f134097727780
feat: add new `sin` and `cos` operators (ggml/919)

* ggml : add sin/cos operators

* ggml-cuda : add sin/cos operators

* ggml : add corresponding tests for sin/cos

* ggml : add backward computation for sin/cos operators

* ggml-vulkan : add sin/cos operators

* ggml-vulkan : add sin/cos shader source

* metal : add sin, cos

---------

Co-authored-by: Georgi Gerganov <redacted>
ggml/include/ggml.h
ggml/src/ggml-cuda.cu
ggml/src/ggml-cuda/unary.cu
ggml/src/ggml-cuda/unary.cuh
ggml/src/ggml-metal.m
ggml/src/ggml-metal.metal
ggml/src/ggml-vulkan.cpp
ggml/src/ggml.c