tvm
tvm copied to clipboard
[CI] Enable unittests for disco
The refactor of the unittest folder in #16110 did not include the tests/python/disco folder in the list of folders to run in CI.
Looks like there's some failing tests, which seem to have crept in while the tests were disabled.
-
There is no
tvm.testing.discothat can be imported. Looks like it should instead import theexec_workerto get the PackedFunc definitions from that file. -
Ill-formed TIR, which is now validated when parsing TVMScript.
-
NCCL not currently installed in CI environment, and not all NCCL-dependent tests are marked with
tvm.testing.requires_nccl.