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
Original issue reported on code.google.com by
sdalton1@gmail.com
on 14 Mar 2012 at 11:15