There are some Linear Algebra Libraries, but they are in host level, and only work with host programs.
Are there any low level libraries that provides linear algebra routines in OpenCL C that can be conveniently called from a kernel?
Thank you for any suggestions.
Vis Cocoa
first hit from google "opencl linear algebra"
Thanks notzed. I have checked out the ViennaCL. It is a high level library, which is called from the host. What I am seeking for is a low level library that can be called from a kernel