[TVM Unity] Enable more test cases in CI gradually

TVM unity branch is in the transition stage, it might not be the right time to enable more test cases in CI now. It would be good to enable more test cases incrementally as unity progresses. For example the TIR and MetaSchedule related tests under tests/python/unittest/.

2 Likes

Thanks @yongwww. I agree. Tests under unittest folder are necessary for the unity integration.

1 Like

Also, I found out that BYOC-related test cases are not well tested. For example, tests/python/relax/test_transform_codegen_pass.py repeatedly becomes outdated and fails with new changes.