[Bug] Type inference error compiling quantized group convolution on arm_cpu
target
#16532
Labels
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 an
arm_cpu
target is used, the grouped convolution should compile successfully without an error.Actual behaviour:
When an
arm_cpu
target is used, the model fails to compile during type inference with: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 the test
pytest tests/python/frontend/tflite/test_forward.py -k test_forward_quantized_convolution
with anarm_cpu
target. Note: reminder to remove any skip condition that exists in the test currently.Likely group convolution needs to be handled correctly in:
tvm/python/tvm/relay/qnn/op/legalizations.py
Line 489 in 8a2ffee
The text was updated successfully, but these errors were encountered: