cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

viscocoa
Adept I

OpenCL C Linear Algebra Library?

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

0 Likes
2 Replies
notzed
Challenger

first hit from google "opencl linear algebra"

http://gpgpu.org/2010/06/15/viennacl

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

0 Likes