mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Add shim fallback for narrow (#156496)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156496 Approved by: https://github.com/albanD
This commit is contained in:
committed by
PyTorch MergeBot
parent
6ed85bfe6a
commit
eb331b59fe
@ -123,6 +123,7 @@ inductor_fallback_ops: dict[str, dict[str, list[str]]] = {
|
||||
"aten.mul.Scalar": {},
|
||||
"aten.mul.Tensor": {},
|
||||
"aten.nanmedian.default": {},
|
||||
"aten.narrow.default": {},
|
||||
"aten.native_dropout.default": {},
|
||||
"aten.nonzero.default": {},
|
||||
"aten.normal_functional.default": {},
|
||||
|
Reference in New Issue
Block a user