-
Aside cusparselt, just curious whether block-spmm is supported? Seems to ship with cusparse. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please don't use the issue tracker for questions. In general, all library APIs are supported, the question is at what level:
What's required for block sparse gemm to work is the new BlockedEll storage format. That isn't supported by any of the high level wrappers, so you'd need to use the low-level |
Beta Was this translation helpful? Give feedback.
Please don't use the issue tracker for questions.
In general, all library APIs are supported, the question is at what level:
cusparseSpMM
can always be called directly, as CUDA.jl exposes the library's C APIs:CUDA.jl/lib/cusparse/libcusparse.jl
Lines 6545 to 6603 in 108e75f