Skip to content

Commit a81b42f

Browse files
committed
[Backend Tester] Mark adaptive avgpool2d as an unsupported portable op
ghstack-source-id: 8a46476 ghstack-comment-id: 3186214612 Pull-Request: #13398
1 parent b0e5e2c commit a81b42f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/test/suite/runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# Set of unsupported ops that should cause tests to be skipped
1616
UNSUPPORTED_PORTABLE_OPS = {
1717
"aten::_embedding_bag",
18+
"aten::_adaptive_avg_pool2d",
1819
"aten::median",
1920
"aten::median.dim",
2021
"aten::round.decimals",

0 commit comments

Comments
 (0)