altanh commented on issue #7010:
URL: https://github.com/apache/tvm/issues/7010#issuecomment-738177491


   I agree. I think first we should address #7017 to confirm it's the same 
failure that is happening on CI, and then look into removing the dependencies. 
If we can't remove the dependency (like in the case of `test_onnx.py` and 
`test_dlpack.py`), I propose sandboxing based on dependency so that files with 
conflicting dependencies will always be run on separate pytest processes. If a 
single file uses two conflicting dependencies, I'm not sure how to proceed- we 
may need to build dependencies with special libomp configuration on the CI 
machine (at least we can cache this?)


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to