vinx13 commented on pull request #8492: URL: https://github.com/apache/tvm/pull/8492#issuecomment-890082401
> auto_scheduler need to be fixed: > File "/workspace/python/tvm/exec/popen_worker.py", line 77, in main > fn, args, kwargs, timeout = cloudpickle.loads(reader.read(bytes_size)) > ModuleNotFoundError: No module named 'test_auto_scheduler_common' Discussed with @shingjan , we should avoid importing non-package file in the test directory when writing tests, these common code should be put in `tvm.testing` or `tvm.auto_scheduler.testing`. Otherwise subprocesses created through popenpool will not be able to import them as they are not in `PYTHONPATH` cc @tqchen @junrushao1994 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
