dolphin-li / DynamicFusion

An implementation of the CVPR best paper Dynamic Fusion
102 stars 42 forks source link

question about function cusparseXcsrgemm2Nnz #11

Closed lihongyi1234 closed 11 months ago

lihongyi1234 commented 11 months ago

image image

I test a project crash in function cusparseXcsrgemm2Nnz, error message:CUSPARSE_STATUS_EXECUTION_FAILED, cusparse error[6]:(null), It appear when matrix A is a big matrix, I check the function cusparseXcsrgemm2Nnz find that matrix A/B is csr rather than bsr format, so your code is right?