clMathLibraries / clBLAS

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

Travis CI build fail due to OpenCL 1.2 header requirement #83

Closed TimmyLiu closed 9 years ago

TimmyLiu commented 9 years ago

Travis CI seems to provide OpenCL 1.2 headers only. The recently pushed in code requires OpenCL 1.2 and later header files.

TimmyLiu commented 9 years ago

fixed with pull request #85