Hi,
I am trying to run the deploy example from tvm-vta/apps but it fails when I choose the VTA simulator as the target. I am getting the following error when I execute the resnet_export.py:
File "/home/andreas/workspace/tvm/src/tir/transforms/inject_copy_intrin.cc", line 48
TVMError:
---------------------------------------------------------------
An error occurred during the execution of TVM.
For more information, please see: https://tvm.apache.org/docs/errors.html
---------------------------------------------------------------
Check failed: (MatchCopyPattern(op->body, &ret)) is false: Cannot match copy pattern of for (i5, 0, 16) {
clipB[((((i1.outer*50176) + (i2.outer*896)) + (i3.outer*16)) + i5)] = max(clipA[i5], -127)
}
Anyone has come across this problem before?
P.S. I am using the latest TVM repo update.
Thanks, andreas