tenstorrent / tt-metal

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

TTNN leaky relu - incomplete documentation #8157

Closed npetrovic-tenstorrent closed 1 day ago

npetrovic-tenstorrent commented 5 months ago

For TTNN leaky_relu 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 support BFLOAT8_B type, but layout ROW_MAJOR is not supported (TILE supported).

KalaivaniMCW commented 5 months ago

Fix for this in PR #8050

KalaivaniMCW commented 2 months ago

Will revisit this task and update it after migration task

mcw-anasuya commented 1 day ago

Merged to main. Hence closing this issue.