leezu edited a comment on issue #19731:
URL:
https://github.com/apache/incubator-mxnet/issues/19731#issuecomment-773379037
If you use the latest commit from `v1.x` branch, the instruction have been
simplified thanks to @Kh4L
You just need to specify -DUSE_TENSORRT=1 and -DONNX_NAMESPACE=onnx ,
for example
```
cmake -DONNX_NAMESPACE=onnx -DUSE_TENSORRT=1 -GNinja ..
ninja
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]