clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
839 stars 240 forks source link

Add support of open source blas for tests #155

Closed inferrna closed 8 years ago

inferrna commented 8 years ago

ACML is closed source and EOL, why not to add support of any other BLAS implementation? For example, someone may want to build and test clBLAS on ARM or MIPS platform.

TimmyLiu commented 8 years ago

You can do this by unclicking "CORR_TEST_WITH_ACML" and the test suite will try link against netlib blas.

inferrna commented 8 years ago

Done, but it can't find netlib path itself. In Ubuntu it is /usr/lib/libblas/libblas.so.3 - please add it to FindNetlib.cmake

TimmyLiu commented 8 years ago

Hi with PR #181 on my Ubuntu system I can find and build test with libblas.so fairly straightforward. Can you verify that it works for you?

hughperkins commented 8 years ago

Seems like this is a. plausibly fixed in 'develop' b. really old, and probably can be closed?