mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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:
parent
bca696ae81
commit
01b055abe3
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user