[BUG] Tensor intrinsic dtype mismatch compiling quantized depthwise convolution on arm_cpu
target
#16533
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 model should compile successfully without an error.Actual behaviour:
When an
arm_cpu
target is used, the model fails to compile during tensorizationEnvironment:
Tested with TVM at 6a3fadc. The issue was found as 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_depthwise_convolution
with an
arm_cpu
target. Note: Reminder to remove any skip condition that exists in the test currently.Likely the schedule selection in
relay/strategy/arm_cpu.py
needs to check compatibility of the output data type before adding the schedule to the strategy.The text was updated successfully, but these errors were encountered: