ekalda commented on PR #12456:
URL: https://github.com/apache/tvm/pull/12456#issuecomment-1220738998

   Hi @areusch , sorry I've had very busy last few days, but I'm on it now - I 
looked into this and the problem is that we still install Vela in ci_cpu 
(https://github.com/apache/tvm/blob/main/docker/Dockerfile.ci_cpu#L129) despite 
moving Ethos-U into ci_cortexm and we use the presence of Vela as a proxy when 
deciding whether to run a test or not if it is outside of `test_ethosu` folder. 
As a result of this, there are some Ethos-U based tests in tvmc testing which 
are failing because ```pytest.importorskip("ethosu.vela")``` can't do it's job 
(https://github.com/apache/tvm/blob/main/tests/python/driver/tvmc/test_compiler.py#L456)
 . 
   
   So I think I'll park this change for a bit and propose a docker image change 
and once that is done, we should be able to merge this twoliner patch :) 


-- 
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