Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

make pycaffe error #5

Open
newwhitecheng opened this issue Jun 11, 2017 · 1 comment
Open

make pycaffe error #5

newwhitecheng opened this issue Jun 11, 2017 · 1 comment

Comments

@newwhitecheng
Copy link

newwhitecheng commented Jun 11, 2017

Hi,
I encounter the following issue after make pycaffe

CXX src/caffe/layers/mkl_pooling_layer.cpp
In file included from ./include/caffe/mkl_memory.hpp(48),
                 from ./include/caffe/layers/mkl_layers.hpp(52),
                 from src/caffe/layers/mkl_pooling_layer.cpp(45):
./include/mkl_dnn_cppwrapper.h(44): catastrophic error: cannot open source file "mkl_dnn_types.h"
    #include "mkl_dnn_types.h"
                              ^

compilation aborted for src/caffe/layers/mkl_pooling_layer.cpp (code 4)
Makefile:610: recipe for target '.build_release/src/caffe/layers/mkl_pooling_layer.o' failed
make: *** [.build_release/src/caffe/layers/mkl_pooling_layer.o] Error 1

My system configuration

Operating system: Ubuntu16.04
Compiler: Intel compiler
CUDA version (if applicable):8.0
CUDNN version (if applicable):5.1
Python: python2.7

@newwhitecheng newwhitecheng changed the title icpc make pycaffe error Jun 11, 2017
@jspark1105
Copy link
Contributor

Thanks for reporting the issue. Please try with a new MKL version (>=17.0) . Sorry about the trouble. I'll change the code so that you can compile without MKL DNN support as soon as I have time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants