mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
208ec60e72
commit
4b6cbf528b
@ -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": {},
|
||||
|
Reference in New Issue
Block a user