Skip to content

Commit 6a26ccb

Browse files
committed
up
1 parent 7026ec6 commit 6a26ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exir/program/_program.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,7 @@ def _sanity_check_graph_for_non_decomp_ops(
972972
def _remove_invalid_ops_for_not_decompose(
973973
ops_to_not_decompose: List[torch._ops.OpOverload],
974974
) -> List[torch._ops.OpOverload]:
975+
# To address https://github.com/pytorch/executorch/issues/8781
975976
def keep(op):
976977
schema = op._schema
977978
native_schema = _pybind_schema_to_native_schema(schema)

0 commit comments

Comments
 (0)