clMathLibraries / clBLAS

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

Fix issue affecting AMD & Intel CPU devices; lower warnings #264

Closed kknox closed 8 years ago

kknox commented 8 years ago

Chagned the default of BLAS_KEEP_KERNEL_SOURCES to ON, to fix issues that were cropping up on AMD and Intel CPU devices. Removed "-pedantic -Wall -Wextra" on linux based builds to reduce the volume of warning messages (they should be reintroduced slowly, to keep the signal to noise ratio high) Fixed various warning msgs still persistent after removing the compiler warning flags Updated FindOpencl.cmake Improved error messages by renaming variables to understandable names: (a,b)->(ref, clresult)


This change is Reviewable