Skip to content

Commit 07da2e7

Browse files
GregoryComerfacebook-github-bot
authored andcommitted
Exclude upsample_bilinear2d.vec from default core ATen decomposition table (#141791)
Summary: Pull Request resolved: pytorch/pytorch#141791 Differential Revision: D66575454
1 parent e83ab0e commit 07da2e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

backends/xnnpack/_passes/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
)
1515
from executorch.backends.xnnpack._passes.convert_to_linear import ConvertToLinearPass
1616
from executorch.backends.xnnpack._passes.convert_to_sdpa import ConvertToSDPAPass
17-
from executorch.backends.xnnpack._passes.convert_to_upsample_bilinear2d import (
18-
ConvertToUpsampleBilinear2d,
19-
)
2017
from executorch.backends.xnnpack._passes.fuse_activation_pass import FuseActivationPass
2118
from executorch.backends.xnnpack._passes.fuse_batch_norm_with_conv import (
2219
FuseBatchNormWithConvPass,
@@ -57,7 +54,6 @@ def __init__(
5754
self.passes = [
5855
# TODO - remove this pass once we have a better support for dim_order ops lowering
5956
DimOrderOpsRevertPass,
60-
ConvertToUpsampleBilinear2d,
6157
ConvertToLinearPass,
6258
ConvertToSDPAPass,
6359
ConstPropPass,

0 commit comments

Comments
 (0)