Add support for netlib reference cblas in the CMake build system. #5333

Open
wants to merge 1 commit into
from

Conversation

Projects
None yet
1 participant

The reference cblas from http://www.netlib.org/lapack/ seems to work fine with caffe, and is widely available in a large number of distros, so it makes sense to support it. This PR adds it as supported BLAS provider for the cmake build.

The reference cblas ships with a cblas-config.cmake file, so no additional cmake module is needed.

Ping? There should be no risk of breaking anything that currently works, the user has to specify the CBLAS provider manually.

Could this be reviewed? It's pretty low risk.

There is absolutely no risk of breaking anything that currently works, this only adds an extra blas provider. I'd think it would be easy to review and merge this.

Seriously, this is an extremely low risk change. Can somebody please review this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment