Register MTIA kernel for all_all_out (#164293)

Reviewed By: srsuryadev

Differential Revision: D83517879

Pull Request resolved: https://github.com/pytorch/pytorch/pull/164293
Approved by: https://github.com/Skylion007, https://github.com/malfet
This commit is contained in:
Tristan Trouwen
2025-10-01 09:05:08 +00:00
committed by PyTorch MergeBot
parent 17ab99463a
commit 9fd53a2bdc

View File

@ -10256,6 +10256,7 @@
structured: True
dispatch:
CPU, CUDA: all_all_out
MTIA: all_all_out_mtia
MPS: all_all_out_mps
- func: any(Tensor self) -> Tensor