Skip to content

Commit 0555271

Browse files
authored
Add split_with_sizes to block list
Differential Revision: D73129825 Pull Request resolved: #10244
1 parent b788eb7 commit 0555271

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)