You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/07/25 00:07:21 UTC

[GitHub] [incubator-mxnet] leezu commented on issue #15472: Failed to compile plugin warpctc

leezu commented on issue #15472:
URL: https://github.com/apache/incubator-mxnet/issues/15472#issuecomment-663779469


   You need to set the path to the warpctc include and lib:
   
   `cmake -GNinja -DUSE_PLUGINS_WARPCTC=1 -DWARPCTC_INCLUDE=/tmp/warp-ctc/include -DWARPCTC_LIB=/tmp/warp-ctc/build/libwarpctc.so ..; 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:
users@infra.apache.org