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?
@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
And i just want to use the nnpack, what should i do?