[MTIA ATen Backend] Add dispatch keys for add.out (#156952)

Migrate add.out

Differential Revision: [D77352482](https://our.internmc.facebook.com/intern/diff/D77352482/)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/156952
Approved by: https://github.com/malfet, https://github.com/huydhn
ghstack dependencies: #156944, #156945, #156946, #156947, #156948, #156949, #156950, #156951
This commit is contained in:
nautsimon
2025-06-26 01:40:31 -07:00
committed by PyTorch MergeBot
parent 253cbadade
commit feea575082

View File

@ -586,6 +586,7 @@
SparseCsrCUDA: add_out_sparse_compressed_cuda
MkldnnCPU: mkldnn_add_out
MPS: add_out_mps
MTIA: add_out_mtia
tags: pointwise
- func: _add_relu.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor