You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to add support for binary SFPU OPs that will accept 2 input tiles and produce one output.
both input tiles need to reside in DEST, thus effective size of subblock will be reduced by 2 for these ops.
@rdjogoTT to add more details as the work progresses
Currently gating other LLK and OP issues:
Update can be found at: #13857 (comment)
Basically, LLK level Binary SFPU OP support has been added for WH with APIs for basic OPs working (Add, Sub, Mul), and Pow is still in progress.
Update here: #13857 (comment)
-> Pow PCC >0.99998 for non-negative base values, working on handling special cases where base is negative or base/power are NaN or Inf.
Need to add support for binary SFPU OPs that will accept 2 input tiles and produce one output.
both input tiles need to reside in DEST, thus effective size of subblock will be reduced by 2 for these ops.
@rdjogoTT to add more details as the work progresses
Currently gating other LLK and OP issues:
Milos
The text was updated successfully, but these errors were encountered: