-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Makefile plugins target needs mkldnn dependency #14236
Comments
Hey, this is the MXNet Label Bot. |
@mxnet-label-bot add [Build, Bug] |
Thanks to raising the issue. @xinyu-intel could you help take a look? |
@mxnet-label-bot add [MKLDNN] |
@samskalicky you can workaround by using: make -j1 |
Thanks guys! Ive tried adding " | mkldnn " to the Makefile here: https://github.com/apache/incubator-mxnet/blob/master/Makefile#L492 that seems to be working. This is similar to another target above: https://github.com/apache/incubator-mxnet/blob/master/Makefile#L476 Any thoughts about committing this change into the makefile? |
Why do we need warpctc if mxnet already has native implementation? |
Description
Building MXNet from source and enabling the WarpCTC plugin following these instructions:
https://github.com/apache/incubator-mxnet/tree/master/example/ctc#ctc-loss-in-mxnet
fails to build on Ubuntu with
make -j$nproc
because it depends on mkldnn which wasnt compiled yet. This is due to a missing makefile dependency on the plugin build target.Heres the error message:
The text was updated successfully, but these errors were encountered: