We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b788eb7 commit 0555271Copy full SHA for 0555271
exir/program/_program.py
@@ -1027,6 +1027,7 @@ def keep(op):
1027
torch.ops.aten.item.default,
1028
torch.ops.aten._local_scalar_dense.default,
1029
torch.ops.aten.unbind.int,
1030
+ torch.ops.aten.split_with_sizes.default,
1031
]:
1032
logging.warn(
1033
f"Op {op} was requested for preservation by partitioner. This request is ignored because it is in a blocklist."
0 commit comments