llama.cpp
b9dfc25c
- ggml : fix overflows in elu function (#8866)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
311 days ago
ggml : fix overflows in elu function (#8866) It's helpful to use expm1f(x), because expf(x)-1 will result in overflow for 25% of single-precision floating point numbers.
References
#8866 - Fix overflows in elu function
Author
jart
Parents
1ef14b30
Files
1
ggml/src
ggml.c
Loading