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
Running single op transpose test for tensor of dimensions 2x4 and bfloat16 data format(transpose dims: dim0=-1 , dim1=-2) causes tensor mismatch.
However, this can't be reproed on ttnn transpose test.
Here is the ttnn IR of transpose case causing tensor mismatch: test_transpose_2x4_mismatch_ttnn.txt
Comparing ttnn test and ttnn IR I can't find what is the difference that could cause ttnn test to pass and ttnn IR to fail.
Need help from someone on mlir side @sdjordjevicTT.
If you need anything else feel free to ask.
The text was updated successfully, but these errors were encountered:
Running single op transpose test for tensor of dimensions 2x4 and bfloat16 data format(transpose dims: dim0=-1 , dim1=-2) causes tensor mismatch.
However, this can't be reproed on ttnn transpose test.
Here is the ttnn IR of transpose case causing tensor mismatch: test_transpose_2x4_mismatch_ttnn.txt
Here is the ttnn repro test that passes:
Comparing ttnn test and ttnn IR I can't find what is the difference that could cause ttnn test to pass and ttnn IR to fail.
Need help from someone on mlir side @sdjordjevicTT.
If you need anything else feel free to ask.
The text was updated successfully, but these errors were encountered: