Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information