Skip to content

[Relay] Flaky Compilation for Gluoncv SSD model #2431

@kevinthesun

Description

@kevinthesun

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions