clMathLibraries / clBLAS

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

Port clBLAS to MacOS! #7

Closed oscarbg closed 11 years ago

oscarbg commented 11 years ago

Presumably Accelereyes will use clMath in arrayfire for Macos so can we expect they will share port of clMath to MacOs here on github?

pavanky commented 11 years ago

@oscarbg What compiler do you have in mind ? clang ? gcc ? Both ?

fommil commented 11 years ago

I am very interested in following the progress of this ticket as it relates to https://github.com/fommil/netlib-java/issues/27

Being able to swap the default vecLib BLAS with clBLAS would be ideal in terms of end-user use of this library (even if it involves sudo moving some files around)

fommil commented 11 years ago

I'm able to compile on Mountain Lion with the instructions in my PR.

Somebody with better CMAKE foo than me could implement the include/linker changes.