Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try converting
aten.repeat
to ttnn.repeat
Error message: ``` E RuntimeError: TT_FATAL @ /home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/operations/data_movement/repeat/repeat.cpp:37: (input_tensor.get_legacy_shape()[dim] * input_tensor.element_size()) % input_tensor.buffer()->alignment() == 0 E info: E Current repeat implementation requires aligned last dim when repeating on last dim ```
- Loading branch information