leezu edited a comment on pull request #18542: URL: https://github.com/apache/incubator-mxnet/pull/18542#issuecomment-646286471
@jinboci for the `libmxnet.so`, it currently has a `libcuda` dependency when compiled with nvrtc. This will be fixed eventually (https://github.com/apache/incubator-mxnet/issues/17858), but if it blocks the TVMOp tests, I suggest you simply disable `nvrtc` feature in the tvmop builds. Then the dependency on `libcuda.so.1` in `libmxnet.so` will disappear. You need to check if the error is due to `libmxnet.so` or `libtvm.so`. Once you have identified the cause, the next step is to look into fixing it. ---------------------------------------------------------------- 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]
