cusparseStatus_t cusparseCsrmvEx(cusparseHandle_t handle, cusparseAlgMode_t alg, cusparseOperation_t transA, int m, int n, int nnz, const void *alpha, cudaDataType alphatype, const cusparseMatDescr_t descrA, const void *csrValA, cudaDataType csrValAtype, const int *csrRowPtrA, const int...
0 CUSPARSE_MV_ALG_DEFAULT 10.1 1 CUSPARSE_COOMV_ALG 10.1 2 CUSPARSE_CSRMV_ALG1 10.1 3 CUSPARSE_CSRMV_ALG2 10.1 enum cusparseSpMMAlg_t 10.1 0 CUSPARSE_MM_ALG_DEFAULT 10.1 1 CUSPARSE_COOMM_ALG1 10.1 2 CUSPARSE_COOMM_ALG2 10.1 3 CUSPARSE_COOMM_ALG3 10.1 4 CUSPARSE_CSR...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
7.1. cusparseCreateColorInfo() cusparseStatus_t cusparseCreateColorInfo(cusparseColorInfo_t* info) This function creates and initializes the cusparseColorInfo_t structure to default values. Input info the pointer to the cusparseColorInfo_t structure See cusparseStatus_t for the description of ...
Finally, the <operation> can be axpyi, gthr, gthrz, roti, or sctr, corresponding to the Level 1 functions; it also can be mv or sv, corresponding to the Level 2 functions, as well as mm or sm, corresponding to the Level 3 functions. All of the functions have the return type cu...
main .github .pfnci cupy cupy_backends cupyx distributed fallback_mode jit linalg optimizing profiler scipy signal tools __init__.py _gufunc.py _pinned_array.py _rsqrt.py _runtime.py _scatter.py _texture.py _ufunc_config.py cudnn.pyx ...
‣ The routine supports asynchronous execution ‣ The routine supports CUDA graph capture Input specifically required by cusparseCsrmvEx alg alphatype csrValAtype xtype betatype ytype executiontype bufferSizeInBytes buffer Algorithm implementation for csrmv, see cusparseAlgMode_t for possible values....