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
More specifically, if TPL CUDA is enabled, I want to try various cusparse_spgemm algorithms, including
CUSPARSE_SPGEMM_DEFAULT = 0, CUSPARSE_SPGEMM_CSR_ALG_DETERMINITIC = 1, CUSPARSE_SPGEMM_CSR_ALG_NONDETERMINITIC = 2, CUSPARSE_SPGEMM_ALG1 = 3, CUSPARSE_SPGEMM_ALG2 = 4, CUSPARSE_SPGEMM_ALG3 = 5
but KK's SPGEMMAlgorithm does not support them (except DEFAULT).
SPGEMMAlgorithm
DEFAULT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
More specifically, if TPL CUDA is enabled, I want to try various cusparse_spgemm algorithms, including
but KK's
SPGEMMAlgorithm
does not support them (exceptDEFAULT
).The text was updated successfully, but these errors were encountered: