Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Ticket #13685 ### Problem description - ttnn.embedding_bw doesn't support output and input gradient tensors having different dtypes. - ttnn.embedding_bw is not an eltwise op. So, moving corresponding tests outside eltwise folder. ### What's changed - Updated document to add a note mentioning input and output gradients must have the same datatype. - Moved sweep test from `tests/sweep_framework/sweeps/eltwise/binary_backward/embedding_bw/embedding_bw.py` to `tests/sweep_framework/sweeps/embedding_bw/embedding_bw.py` - Move unit test from from `tests/ttnn/unit_tests/operations/eltwise/backward/test_backward_embedding.py` to `tests/ttnn/unit_tests/operations/test_backward_embedding.py` ### Updated doc <img width="1139" alt="Screenshot 2024-11-04 at 17 49 31" src="https://github.com/user-attachments/assets/467fec4f-cb30-4ec9-ac26-9e59827ed45b"> ### Checklist - [x] [Post commit CI passes](https://github.com/tenstorrent/tt-metal/actions/runs/11680989159) - PASSED - [x] [Run Sweeps](https://github.com/tenstorrent/tt-metal/actions/runs/11678538301) - PASSED - [x] [Night fast dispatch tests](https://github.com/tenstorrent/tt-metal/actions/runs/11678522765) (same as main)
- Loading branch information