Commit 6d4d5aa2 authored by Vít Hanousek's avatar Vít Hanousek
Browse files

Fix compilation for MIC

parent 1dc7e95b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -971,7 +971,7 @@ class SlicedEllpackDeviceDependentCode< Devices::MIC >
                typename Index,
                int SliceSize >
            static bool computeMaximalRowLengthInSlices( SlicedEllpack< Real, Device, Index, SliceSize >& matrix,
                                                   const typename SlicedEllpack< Real, Device, Index >::CompressedRowsLengthsVector& rowLengths )
                                                   const typename SlicedEllpack< Real, Device, Index >::CompressedRowLengthsVector& rowLengths )
      {
            std::cout << "Not Implemented yet SlicedEllpackDeviceDependentCode< Devices::MIC >::computeMaximalRowLengthInSlices" << std::endl;
         return true;