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 embedding test for bfloat16 weights causes tensor mismatch.
However, this can't be reproed on ttnn embedding test.
Here is the ttnn IR of transpose case causing tensor mismatch: test_embedding_bfloat16_data_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.
Note: Embedding op doesn't support float32 as weights therefore I tried bfloat16 and ran into this.
The text was updated successfully, but these errors were encountered:
Running single op embedding test for bfloat16 weights causes tensor mismatch.
However, this can't be reproed on ttnn embedding test.
Here is the ttnn IR of transpose case causing tensor mismatch: test_embedding_bfloat16_data_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.
Note: Embedding op doesn't support float32 as weights therefore I tried bfloat16 and ran into this.
The text was updated successfully, but these errors were encountered: