Hello, I just followed the tutorial to install TVM and was trying to run the examples also present in the tutorial but keep getting a Segmentation Fault error, both with tvmc and AutoTVM. Any idea of what it could be? So when I do: $ tvmc compile --target “llvm” --output resnet50-v2-7-tvm.tar resnet50-v2-7.onnx
The execution always stops here: ~/tvm/python/tvm/driver/build_module.py:235: UserWarning: Specifying name with IRModule input is useless warnings.warn(“Specifying name with IRModule input is useless”) [17:38:40] ~/tvm/src/ir/transform.cc:413: Build: DynamicToStatic: FoldConstant: FoldConstantExpr: ConstEvaluate: tir.VerifyMemory: Executing module pass with opt level: 0 Segmentation fault