Hi there, when using the cusparse, is there any SpMV based on the CSC format?
If cusparse doesn’t have SpMV based on CSC, are there any other tools that contain SpMV based on CSC format?
The cusparse generic API supports spmv with a CSC format matrix. There is a CSR sample code, that could be a starting point for a CSC code. I don’t have any ready-made CSC spmv sample codes to suggest, but you may find some with searching, perhaps.
1 Like
Many thanks