Hi, I found a function called `beginConstructRowPtr()` in `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?