leandron opened a new issue #6642:
URL: https://github.com/apache/incubator-tvm/issues/6642


   It seems there are a couple tests in `tests/python/contrib/test_tedd.py` 
that mismatch when running on CPU only machines. These tests are part of 
`task_python-integration.sh`.
   
   ```
   FAILED tests/python/contrib/test_tedd.py::test_itervar_relationship_graph - 
A...
   FAILED tests/python/contrib/test_tedd.py::test_schedule_tree - 
AssertionError...
   ```
   
   Interestingly, I noticed these tests pass on upstream CI, but I think the 
only reason it happens is because the `tlcpack/ci-cpu:v0.66` doesn't have 
`graphviz` installed, and hence won't do any checks, reporting `PASS`.
   
   There are a few things I think we should do to fix this:
   
   1. Install graphviz in one of the setup scripts on ci-cpu Docker image
   2. Improve the pattern within the test, so that we have one that works on 
GPU and CPU Docker images
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to