warning: ‘CUSPARSE_CSRMV_ALG1’ is deprecated

Issue #56 resolved
Jeff Hammond created an issue

Low priority suggestion to not use CUSPARSE deprecated features…

/opt/nvidia/hpc_sdk/Linux_x86_64/22.1/math_libs/11.5/include/cusparse.h:6389:1: note: declared here 6389 | CUSPARSE_CSRMV_ALG1 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMV_CSR_ALG1) = 2, | ^ ~~~ sparse/blas/zmergecg.cu:1109:914: warning: ‘CUSPARSE_CSRMV_ALG1’ is deprecated: please use CUSPARSE_SPMV_CSR_ALG1 instead [-Wdeprecated-declarations] 1109 | cusparseZcsrmv( cusparseHandle,CUSPARSE_OPERATION_NON_TRANSPOSE,

Comments (1)

  1. Log in to comment