tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Apache License 2.0
454 stars 67 forks source link

TTNN mish - incomplete documentation #8156

Open npetrovic-tenstorrent opened 5 months ago

npetrovic-tenstorrent commented 5 months ago

For TTNN mish op: The documentation does not cover supported data types (BFLOAT16/BFLOAT8_B) neither the supported layouts (ROW_MAJOR/TILE). In practice, its seems that it does not support BFLOAT8_B type (only BFLOAT16 works), neither layout ROW_MAJOR is supported (TILE supported).

KalaivaniMCW commented 5 months ago

Fix provided in #8050

umadevimcw commented 3 months ago

https://github.com/tenstorrent/tt-metal/issues/7711#issuecomment-2245229879

KalaivaniMCW commented 3 months ago

will be revisited after TTNN migration.