I am looking for some sparse linear algebra OpenCL kernels such as blas vector/vector operations and matrix / vector operations but with sparse data structures. Ideally that library would feature most of scipy.sparse but using OpenCL kernels instead of scalar C code wrapped in python ndarrays.
After some googling I could not find anything relevant. So if you are currently kicking off a new opensource project or OpenCL-ising an existing linear algebra library please feel free to shoot a link.