Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nivertech
10 months ago
|
parent
|
context
|
favorite
| on:
LLMs are mortally terrified of exceptions
With IEEE 754 you can always explicitly check for edge cases.
But with exceptions you can’t use SIMD / vectorization.
dmoy
10 months ago
[–]
Yea that's totally fair, you'd need to build it in as a first class behavior of your code, doesn't necessarily mean that exceptions is the right way to do it.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
But with exceptions you can’t use SIMD / vectorization.