Open Chang-Che-Kuei opened 3 years ago
Hi, I found a function called beginConstructRowPtr() in CudaBsrMatrix.cpp,
beginConstructRowPtr()
CudaBsrMatrix.cpp
void CudaBsrMatrix::beginConstructRowPtr() { if (m_blocksInRow == 0) return; }
This function didn't do anything. I think it should fills in the bsrRowPtr(), right?
Hi, I found a function called
beginConstructRowPtr()
inCudaBsrMatrix.cpp
,void CudaBsrMatrix::beginConstructRowPtr() { if (m_blocksInRow == 0) return; }
This function didn't do anything. I think it should fills in the bsrRowPtr(), right?