Last active
March 4, 2016 20:44
-
-
Save ibogun/77fbb27cf759556b433c to your computer and use it in GitHub Desktop.
caffe building using open blas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake -DBLAS="open" -DCUDNN_ROOT=/udrive/student/ibogun2010/Download_glacier/cuda/ -DCUDNN_INCLUDE=/udrive/student/ibogun2010/Download_glacier/cuda/include/ -DCUDNN_LIBRARY=/udrive/student/ibogun2010/Download_glacier/cuda/lib64/ .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake -DBLAS="open" -DBoost_NO_SYSTEM_PATHS=True -DBoost_NO_BOOST_CMAKE=TRUE -DBOOST_ROOT=~/local/ .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment