You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting to look into this. Might want to change the handle and the no_reuse version of the TPL implementation layer.
I don't think these are callable from the spgemm implementation that allows reuse.
It looks like we will need to check for CUDA_VERSION >= 12001.
Finally, we will need a couple of implementation for the regular variants and the mem variants.
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: