[Bug] Target not available while compiling ONNX model to MIPS #17578
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
I am trying to compile ONNX model using Apache TVM to target MIPS platform. Here is how my code looks like:
However, it gives me following exception:
It seems that
mips-linux-gcc
target is not supported. I also triedmips-linux-gnu
, which also did not work.What is target string for mips target?
The text was updated successfully, but these errors were encountered: