You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2021. It is now read-only.
It might be worth discussing to change the BLAS backend for CLArrays to CLBlast.jl instead of CLBLAS.jl. CLBlast is "a tuned OpenCL BLAS library". While it is not necessarily better in all cases than CLBLAS, the GEMM routine has been optimised a lot. Moreover, CLBlast seems to be more actively developed. If there is some consensus in changing the blas_module, I can implement additional highlevel wrappers such as dot(x::CLArray).
It might be worth discussing to change the BLAS backend for
CLArrays to CLBlast.jl instead of CLBLAS.jl. CLBlast is "a tuned OpenCL BLAS library". While it is not necessarily better in all cases than CLBLAS, the GEMM routine has been optimised a lot. Moreover, CLBlast seems to be more actively developed. If there is some consensus in changing theblas_module, I can implement additional highlevel wrappers such asdot(x::CLArray).