Giang Le
Giang Le
This PR ports the `MSELoss` family of loss function to MIOpen: - `MSELoss` - `MSELossUnreduced` Performance measurements seems to suggest that in general we're performing better than ROCm on forward,...
**Describe the bug** In `ttnn/cpp/ttnn/tensor/types.hpp`, `SimpleShape` has the following constructors: https://github.com/tenstorrent/tt-metal/blob/db6cd142380aca02a43137de5c1a8007c54dd331/ttnn/cpp/ttnn/tensor/types.hpp#L35-L42 Specifically there is a template on the first constructor that is not being used at all for that constructor...
### Ticket #13523 ### Problem description Implement the `expand` op from PyTorch in `ttnn` ### What's changed - Implement the PyTorch `expand` operation for row-major tensors (with O(n) complexity, not...