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
Currently ttnn::typecast works only with tilized data, whereas ttnn::to_layout/ttnn::tilize work only on specific data types. This creates a dependency chain where for certain data types we cannot tilize on device and need to fallback host.
Thus requesting an update to ttnn::typecast to support row-major data. FYI @sjameelTT
The text was updated successfully, but these errors were encountered:
Currently ttnn::typecast works only with tilized data, whereas ttnn::to_layout/ttnn::tilize work only on specific data types. This creates a dependency chain where for certain data types we cannot tilize on device and need to fallback host.
Thus requesting an update to ttnn::typecast to support row-major data. FYI @sjameelTT
The text was updated successfully, but these errors were encountered: