-
Notifications
You must be signed in to change notification settings - Fork 96
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
TTNN log-alike ops incomplete documentation #8142
Labels
Comments
Will revisit after Migration task - #7711 (comment) |
bharane-ab
added a commit
that referenced
this issue
Oct 1, 2024
1 task
bharane-ab
added a commit
that referenced
this issue
Oct 1, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 18, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 18, 2024
1 task
mouliraj-mcw
added a commit
that referenced
this issue
Oct 18, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 18, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 18, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 18, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 18, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 22, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 22, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 23, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 23, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 24, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 24, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 24, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 24, 2024
mouliraj-mcw
added a commit
that referenced
this issue
Oct 24, 2024
Doc updated and merged to main, hence closing this issue. |
ct-clmsn
pushed a commit
to ct-clmsn/tt-metal
that referenced
this issue
Nov 12, 2024
…rrent#13969) * tenstorrent#8142: Add documentation for log alike ops * tenstorrent#8142: Update sweep tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the following TTNN tensor log-alike ops:
The documentation does not cover supported data types (BFLOAT16/BFLOAT8_B) neither the supported layouts (ROW_MAJOR/TILE).
However, it seems that these ops actually support BFLOAT16 with TILE layout. ROW_MAJOR is not supported.
However, some of them do execute with BFLOAT8_B (low PCC on GS in some cases):
Log_sigmoid seems to pass with BFLOAT8_B on both GS and WH.
Log1p - seems that a BFLOAT8_B not supported.
The text was updated successfully, but these errors were encountered: