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: [email protected]

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

Reply via email to