Hi, I try to deploy SSD on rk3399 mali GPU, like :https://docs.tvm.ai/tutorials/frontend/deploy_ssd_gluoncv.html#sphx-glr-tutorials-frontend-deploy-ssd-gluoncv-py
After compile the model, I deploy the json graph, lib and params in rk3399, load model is ok. But when run model, it hang up, and does not give me any error info. Anyone encountered such a problem?
https://github.com/dmlc/tvm/pull/3268 Have you tried this PR?
Thanks. I will try it.