Make masked_scatter core aten (#137949)

Summary: Making `masked_scatter` core aten since it is hard to decompose and we now have a portable kernel for it

Test Plan: N/A

Differential Revision: D64368725

Pull Request resolved: https://github.com/pytorch/pytorch/pull/137949
Approved by: https://github.com/larryliu0820
This commit is contained in:
Jack Zhang 2024-10-28 17:31:53 +00:00 committed by PyTorch MergeBot
parent bca696ae81
commit 01b055abe3

View File

@ -8015,6 +8015,7 @@
variants: function, method
dispatch:
CompositeExplicitAutograd: masked_scatter
tags: core
- func: masked_scatter_backward(Tensor grad_output, Tensor mask, SymInt[] sizes) -> Tensor
dispatch: