Lunderberg commented on PR #15749: URL: https://github.com/apache/tvm/pull/15749#issuecomment-1720081246
Absolutely, @MasterJH5574. I'd like to get the Metal backend to have at least one CI test of lowering/execution, for testing prior to re-applying the `CodegenC` changes, and to avoid any similar regressions in the future. Can you verify that the parametrized tests in this PR pass in your environment (pytest command below)? My dev machine runs Linux, and so all the Metal tests are skipped. ```bash TVM_TEST_TARGETS="metal" python3 -mpytest -v tests/python/unittest/test_allreduce.py ``` -- 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]
