|
"""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.
tvm/tests/python/frontend/onnx/test_forward.py
Lines 81 to 84 in 3445532
I comment the code but test case test_gemm failed. It seems onnx_runtime and tvm differ on the precision.