mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
253cbadade
commit
feea575082
@ -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
|
||||
|
Reference in New Issue
Block a user