We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d0aa7 commit 2ca40f5Copy full SHA for 2ca40f5
CMakeLists.txt
@@ -699,7 +699,7 @@ if (UNIX OR APPLE)
699
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
700
-DMKLDNN_INSTALL_DIR:PATH=<INSTALL_DIR>
701
-DUSE_CUDNN=${USE_CUDNN}
702
- -DBUILD_python=OFF
+ -DCUDA_ARCH_NAME=${CUDA_ARCH}
703
-DCPU_ONLY=${CAFFE_CPU_ONLY}
704
-DUSE_MKL2017_AS_DEFAULT_ENGINE=${CAFFE_CPU_ONLY}
705
-DCMAKE_BUILD_TYPE=Release
@@ -716,6 +716,7 @@ if (UNIX OR APPLE)
716
PREFIX ${CAFFE_PREFIX}
717
718
719
720
721
722
-DBUILD_docs=OFF
0 commit comments