tlc-pack/relax

[Bug] Enable test_relax_base_op in test_tvmscript_parser.py

yongwww opened this issue · 1 comments

I disabled the test case test_relax_base_op in test_tvmscript_parser.py in pr #420, because the type of runtime_device_index in the printed IR was changed to R.prim_value(runtime_device_index) from int, which causes the IR non-roundtripable. We might need update either tvmscript or builtin alloc_tensor to ensure it is roundtripable.

Filed the issue to track it and assign to myself.

fixed in #443