Hello,
I just want to let you know that building against lastest (git) cusplibrary is broken, but you just need to change (in example.cu)
include <cusp/blas/blas.h>
into
include <cusp/blas.h>
and
thrust::device_vector
into
cusp::array1d<double, cusp::device_memory>
Best regards.
Pierre.