Add C shim fallback for fill_ (#156245)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/156245
Approved by: https://github.com/desertfire
This commit is contained in:
Jane Xu
2025-06-20 08:10:32 -07:00
committed by PyTorch MergeBot
parent 208ec60e72
commit 4b6cbf528b
5 changed files with 16 additions and 0 deletions

View File

@ -91,6 +91,7 @@ inductor_fallback_ops: dict[str, dict[str, list[str]]] = {
"aten.cumprod.default": {},
"aten.cumsum.default": {},
"aten.exponential.default": {},
"aten.fill_.Scalar": {},
"aten.fractional_max_pool2d_backward.default": {},
"aten.fractional_max_pool2d.default": {},
"aten.fractional_max_pool3d_backward.default": {},