Skip to content

Instantly share code, notes, and snippets.

@ibogun
Last active March 4, 2016 20:44
Show Gist options
  • Save ibogun/77fbb27cf759556b433c to your computer and use it in GitHub Desktop.
Save ibogun/77fbb27cf759556b433c to your computer and use it in GitHub Desktop.
caffe building using open blas
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/ ..
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