facebookarchive / caffe2

Caffe2 is a lightweight, modular, and scalable deep learning framework.
https://caffe2.ai
Apache License 2.0
8.42k stars 1.94k forks source link

CMake warning about NNPACK when running build_ios.sh #635

Open raininglixinyu opened 7 years ago

raininglixinyu commented 7 years ago

@bwasti I try to install Caffe2 for my development platform(IOS) according to https://caffe2.ai/docs/getting-started.html?platform=ios&configuration=compile. But i found nnpack warning like this

Building caffe2 -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Using protobuf compiler /Users/lixinyu/Frameworks/caffe2/build_host_protoc/bin/protoc. -- The BLAS backend of choice:Eigen -- Could NOT find NNPACK (missing: NNPACK_INCLUDE_DIR NNPACK_LIBRARY) CMake Warning at cmake/External/nnpack.cmake:58 (message): NNPACK for mobile cmake support is wip Call Stack (most recent call first): cmake/Dependencies.cmake:52 (include) CMakeLists.txt:82 (include)

And i just want to use the nnpack, what should i do?

ThatAIGeek commented 7 years ago

same with Android for me. Have you solved it? There is also no GIT_EXECUTABLE, is this ok?

cclcalder commented 6 years ago

I have the same problem - has there been a solution for this?