-
Notifications
You must be signed in to change notification settings - Fork 347
Labels
Description
Create a binary_sfpu LLK for FMOD operation
- The accuracy with the composite FMOD is not very good.
- This maybe due to the involvement of div along with data-loss at every intermediate level due to rounding.
- We need DST_ACCUM_MODE flag passing in as well to handle result rounding for non-fp32 float datatypes
Goal:
To implement a native LLK kernel running on SFPU and test accuracy.
Reactions are currently unavailable