Skip to content

yuhuofei/caffe-for-centos7

 
 

Repository files navigation

Caff-for-centos7

this project can be cmake on cnetos 7 by using either atlas or mkl

first, install mkl in /usr/local/, or yum install atlas, maybe you need to install epel repo first

second, to test mkl on centos 7

# in caffe root dir
mkdir build
cd build
cmake .. -DBLAS:string="mkl"
make -j32

to test atlas on centos 7

# in caffe root dir
mkdir build
cd build
cmake .. -DBLAS:string="atlas"
make -j32

About

for atblas and opencv 3 on centos 7

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.8%
  • Python 8.3%
  • Cuda 5.6%
  • CMake 2.8%
  • Protocol Buffer 1.6%
  • MATLAB 0.9%
  • Other 1.0%