I'm adding relay support for gluoncv ssd models. The end to end compilation randomly fails:https://github.com/kevinthesun/tvm/blob/RefactorSSDOperator/tutorials/nnvm/deploy_ssd.py
First build RefactorSSDOperator branch under my folk tvm with USE_SORT ON
Then run the test several times:
python deploy_ssd.py -f relay
Sometimes it succeeds but sometimes fails.
The segfault happens inside op fuse pass: https://github.com/kevinthesun/tvm/blob/RefactorSSDOperator/src/relay/pass/fuse_ops.cc#L741
@jroesch