Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for binary SFPU OPs #15122

Open
ttmtrajkovic opened this issue Nov 15, 2024 · 2 comments
Open

Add support for binary SFPU OPs #15122

ttmtrajkovic opened this issue Nov 15, 2024 · 2 comments

Comments

@ttmtrajkovic
Copy link
Contributor

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

@rdjogoTT
Copy link
Contributor

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.

@rdjogoTT
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants