vendor/scs/linsys/gpu/gpu.h in scs-0.4.0 vs vendor/scs/linsys/gpu/gpu.h in scs-0.4.1
- old
+ new
@@ -72,10 +72,10 @@
#define SCS_CUSPARSE_INDEX CUSPARSE_INDEX_32I
#else
#define SCS_CUSPARSE_INDEX CUSPARSE_INDEX_64I
#endif
-#define SCS_CSRMV_ALG CUSPARSE_CSRMV_ALG1
+#define SCS_CSRMV_ALG CUSPARSE_SPMV_CSR_ALG1
#define SCS_CSR2CSC_ALG CUSPARSE_CSR2CSC_ALG1
/*
CUDA matrix routines only for CSR, not CSC matrices:
CSC CSR GPU Mult