Commit 76ab79c0 authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Added FIXME for const vector sorting.

parent a28d2537
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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