Skip to content

Commit ca30a52

Browse files
metascroyfacebook-github-bot
authored andcommitted
Add split_with_sizes to block list
Summary: Adds split_with_sizes to block list: https://fb.workplace.com/groups/pytorch.edge.users/permalink/1744906259712993/ Differential Revision: D73129825
1 parent 2ff9abd commit ca30a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exir/program/_program.py

+1
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,7 @@ def keep(op):
10271027
torch.ops.aten.item.default,
10281028
torch.ops.aten._local_scalar_dense.default,
10291029
torch.ops.aten.unbind.int,
1030+
torch.ops.aten.split_with_sizes.default,
10301031
]:
10311032
logging.warn(
10321033
f"Op {op} was requested for preservation by partitioner. This request is ignored because it is in a blocklist."

0 commit comments

Comments
 (0)