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
### Ticket
Link to Github Issue #5893
### Problem description
Some TTNN operations fail with low PCC error
### What's changed
- Sqrt, Rsqrt: Modified the test file to exclude negative ranges, as
these cases will return results that are being addressed in issue
#14077.
- Sin: Adjusted the test range for bfloat8_b.
### Checklist
- [ ] All Post commit CI
Issue :
Need to handle ops at the kernel level to Handle Nan, inf cases
Blocks the following issues :
ttnn.acos
andttnn.asin
result #14356Issues to check:
ttnn.sqrt
- should return nan for negative values.Issue Description :
torch.nan_to_num
: PR Refinf
or-inf
as inputs passes into the kernel asinf
or-inf
( But still the result produces is not right )nan
, it gets stored in dst_reg as-inf
. Need inputs on whynan
is getting stored as-inf
in the kernelThe text was updated successfully, but these errors were encountered: