You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "tqchen (via GitHub)" <gi...@apache.org> on 2023/07/18 17:35:57 UTC

[GitHub] [tvm] tqchen commented on pull request #15352: [CI] Make Graviton3 default AArch64 job runner node

tqchen commented on PR #15352:
URL: https://github.com/apache/tvm/pull/15352#issuecomment-1640671059

   Thanks, it would be useful to have a analysis of cost and the way we structure the tests.
   
   As of now running the UTs directly through e2e compilation can take up a lot of CI time. A lot of that comes from tests that are as a matter of fact integration tests that do not have to do with SVE.
   
   Ideally we should isolate out a limited set of integration tests(e.g. via `tests/arm_sve/`) and only run those. There is also a preliminary solution via `require_cuda` tag, that optionally disables the related tests when they are not available. As such majority of tests do not have to go through the specific hw.
   
   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org