Kh4L opened a new pull request #18249:
URL: https://github.com/apache/incubator-mxnet/pull/18249
## Description ##
MXNet was previously failing when built with `USE_TENSORRT=1`:
```
src/operator/subgraph/tensorrt/nnvm_to_onnx.cc:34:10: fatal error:
operator/nn/deconvolution-inl.h: No such file or directory
#include <operator/nn/deconvolution-inl.h>
```
Change the include of `nn/deconvolution-inl.h` in
`src/operator/subgraph/tensorrt/nnvm_to_onnx.cc` to a relative include.
MXNet now builds successfully with `USE_TENSORRT=1`.
----------------------------------------------------------------
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]