We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need help understanding Blocked-ELLpack format. Or how to go from dense to sparse (said format).
The text was updated successfully, but these errors were encountered:
cusparseStatus_t cusparseCreateBlockedEll(cusparseSpMatDescr_t* spMatDescr, int64_t rows, int64_t cols, int64_t ellBlockSize, int64_t ellCols, void* ellColInd, void* ellValue, cusparseIndexType_t ellIdxType, cusparseIndexBase_t idxBase, cudaDataType valueType)
This function initializes the sparse matrix descriptor spMatDescr for the Blocked-Ellpack (ELL) format.
Sorry, something went wrong.
No branches or pull requests
Need help understanding Blocked-ELLpack format. Or how to go from dense to sparse (said format).
The text was updated successfully, but these errors were encountered: