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
When both tensor layout is set RowMajor and some data type conversion is applied on the same operand workaround it results in error, since ttnn.typecast expects operand to be in Tile layout.
Here is example TTIR (upsample expects input to be in RowMajor layout with bf16 data type):
When both tensor layout is set RowMajor and some data type conversion is applied on the same operand workaround it results in error, since
ttnn.typecast
expects operand to be in Tile layout.Here is example TTIR (
upsample
expects input to be in RowMajor layout withbf16
data type):Generated TTNN IR for reference:
Error log:
The text was updated successfully, but these errors were encountered: