Skip to content
Snippets Groups Projects
Commit 76ab79c0 authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Added FIXME for const vector sorting.

parent a28d2537
No related branches found
No related tags found
1 merge request!45Matrices revision
......@@ -117,6 +117,8 @@ setCompressedRowLengths( ConstCompressedRowLengthsVectorView rowLengths )
// FIXME: cannot sort a const vector!
//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 >();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment