Loading src/TNL/Matrices/BiEllpack_impl.h +2 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,8 @@ setCompressedRowLengths( ConstCompressedRowLengthsVectorView rowLengths ) //DeviceDependentCode::performRowBubbleSort( *this, rowLengths ); //DeviceDependentCode::computeColumnSizes( *this, rowLengths ); // FIXME: Create a local copy of the const vector to work if. Check if it (rowLengths) is used somewhere else. this->groupPointers.template scan< Algorithms::ScanType::Exclusive >(); // uncomment to perform structure test Loading Loading
src/TNL/Matrices/BiEllpack_impl.h +2 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,8 @@ setCompressedRowLengths( ConstCompressedRowLengthsVectorView rowLengths ) //DeviceDependentCode::performRowBubbleSort( *this, rowLengths ); //DeviceDependentCode::computeColumnSizes( *this, rowLengths ); // FIXME: Create a local copy of the const vector to work if. Check if it (rowLengths) is used somewhere else. this->groupPointers.template scan< Algorithms::ScanType::Exclusive >(); // uncomment to perform structure test Loading