apache / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators

Home Page:https://tvm.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[CI Problem] Crashed Cases Haven't Catched by CI

Johnson9009 opened this issue · comments

After sync the recent code to our internal environment, and run the tests, we found some items in unittest are crashed, e.g., tests/python/tir-transform, then I found they are crashed in TVM official CI too.

https://ci.tlcpack.ai/blue/rest/organizations/jenkins/pipelines/tvm-cpu/branches/main/runs/1374/nodes/91/steps/207/log/?start=0

image

So it seems like the CI have some problem, it can't catch the crashed cases.

This issue used to record and tracking the bug of CI itself, the broken test cases is tracking by #16633.