tlc-pack / relax

Apache License 2.0
193 stars 58 forks source link

[Bug] Enable test_relax_base_op in test_tvmscript_parser.py #421

Closed yongwww closed 1 year ago

yongwww commented 1 year ago

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.

yongwww commented 1 year ago

fixed in #443