Skip to content

b3522

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 14:15
b9dfc25
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.