tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[CI] Enable unittests for disco

Open Lunderberg opened this issue 1 year ago • 1 comments

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.

Lunderberg avatar May 07 '24 20:05 Lunderberg

Looks like there's some failing tests, which seem to have crept in while the tests were disabled.

  • There is no tvm.testing.disco that can be imported. Looks like it should instead import the exec_worker to 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.

Lunderberg avatar May 15 '24 13:05 Lunderberg