]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
feat: implemented sigmoid function (ggml/806)
authorJustina Cho <redacted>
Wed, 1 May 2024 21:44:26 +0000 (14:44 -0700)
committerGeorgi Gerganov <redacted>
Sat, 11 May 2024 12:38:34 +0000 (15:38 +0300)
commitf5ef34e428f3886544590ecb2d532e4d333c114c
tree55fccc222e344916be2574642656f05649be3344
parentef0d5e3ec9f99003af3ff326384816c02850ea3f
feat: implemented sigmoid function (ggml/806)

* added sigmoid function

* implemented metal kernel for sigmoid

* implemented cuda kernel for sigmoid

* added sigmoid unary op and incremented count
ggml-cuda.cu
ggml-cuda/unary.cu
ggml-cuda/unary.cuh
ggml-metal.m
ggml-metal.metal
ggml.c
ggml.h