xiaotaiye / cusp-library

Automatically exported from code.google.com/p/cusp-library
Apache License 2.0
0 stars 0 forks source link

backend selection for blas and sparse methods #86

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It may be useful to expose some sort of interface to select the backend for 
blas operations on the CPU and GPU.

For example on the host it would allow the user to select MKL as the method for 
a SpMV operation,

  cusp::multiply<cusp::blas::mkl>(A,x,y)

or on the device it would allow switching between cusp, cublas, or magma.

Original issue reported on code.google.com by sdalton1@gmail.com on 14 Mar 2012 at 11:15