Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
celrod
on May 16, 2024
|
parent
|
context
|
favorite
| on:
New exponent functions that make SiLU and SoftMax ...
Yes, I have an AVX512 double precision exp implementation that does this thanks to iperm2pd. This approach was also recommended by the Intel optimization manual -- a great resource.
I just went with straight math for single-precision, though.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I just went with straight math for single-precision, though.