Packed-Symmetric-Matrix Matrix Multiplication with CUDA
Is there any standard CUDA library that has a function for
packed-symmetric-matrix and matrix multiplication ? If possible, I need to
use C-style row-major matrices. I thought cuBLAS symm functions were doing
exactly this, but it appears that they do not accept symmetric matrices
with packed storage format. Thanks.
No comments:
Post a Comment