|
"""Generic function to execute and get tvm output""" |
|
# TODO: Resolve the issues and remove the following lines |
|
target = "llvm" |
|
device = tvm.cpu(0) |
I comment the code but test case test_gemm failed. It seems onnx_runtime and tvm differ on the precision.