sxjscience commented on issue #17628: Missing dnnl_config.h when installing 
horovod
URL: 
https://github.com/apache/incubator-mxnet/issues/17628#issuecomment-588406327
 
 
   A temporary fix is to manually copy files inside the `build` directory to 
`include/mkldnn`. I've confirmed that this solves the problem in horovod 
installation.
   ```
   cp build/3rdparty/mkldnn/include/dnnl_config.h include/mkldnn
   cp build/3rdparty/mkldnn/include/dnnl_version.h include/mkldnn
   ```
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to