[TVM Discuss] [Questions] Cuda_error_invalid_ptx

2020-06-15 Thread houaki via TVM Discuss
hi all, today, following the pipeline PyTorch -> ONNX -> TVM, I met following errors with cuda error code `CUDA_ERROR_INVALID_PTX` ![image|690x160](upload://ApHg9ZIxTKIIP9CAVzoO71MvQNC.png) The same model, 800X800 can work, but 512x512 reports this error my env: cuda10.0 torch 1.4.0 Latest co

[TVM Discuss] [Questions] How to implement TVM C++ DarkNet code

2020-04-24 Thread houaki via TVM Discuss
hi all, at present, there is only C + + classification code about TVM deployment, but there is no target detection code. If anyone sees this problem, please help me solve the problem and share your TVM version code about C + + Darknet. Thank you very much!!! Here is my code, but I can only wr