Commit 12b1adf6 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Implementing the Chunked Ellpack format.

parent f00c360f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -599,7 +599,7 @@ bool tnlChunkedEllpackMatrix< Real, Device, Index >::setRowFast( const IndexType
   /*tnlAssert( row >= 0 && row < this->rows,
              cerr << " row = " << row
                   << " this->rows = " << this->rows );*/
   const IndexType& sliceIndex = rowToSliceMapping[ row ];
   const IndexType sliceIndex = rowToSliceMapping[ row ];
   //tnlAssert( sliceIndex < this->rows, );
   IndexType chunkIndex( 0 );
   if( row != slices[ sliceIndex ].firstRow )