naibaf7 / caffe

Caffe: a fast open framework for deep learning. With OpenCL and CUDA support.
http://caffe.berkeleyvision.org/
Other
85 stars 20 forks source link

cmake: CLBlast support #45

Closed intelfx closed 7 years ago

intelfx commented 7 years ago

This adds CLBlast support to CMake buildsystem, following PR #32 for Makefile buildsystem. Recent CLBlast is needed because the newly-supported CMake config-mode exporting is used to avoid writing another heap of boilerplate in form of FindCLBlast.cmake.