[BUG] NCHW4c is an unsupported convolution layout for arm_cpu
#16537
Labels
flow:relay
The overall lowering flow for tvm.relay.build, including BYOC core, excluding tvm.driver.build.
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
topi
python/tvm/topi
type: bug
Expected behaviour:
When compiled with target
arm_cpu
the model should compile successfully.Actual behaviour:
The test fails to run and gives the following error:
Environment:
Tested with TVM at 6a3fadc. The issue was found as a result of the changes in #16513, however it can be reproduced without as described below.
How to reproduce:
Run any of the above tests with an
arm_cpu
target. Note: Reminder to remove any skip condition that exists in the test currently.The text was updated successfully, but these errors were encountered: