Commit 6b2330d6 authored by Illia Kolesnik's avatar Illia Kolesnik Committed by Tomáš Oberhuber
Browse files

Fixed compilation error

parent e3b27a61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ void CSR< Real, Device, Index, KernelType >::setBlocks()

   while (nextStart != rows - 1) {
      Type type;
      nextStart = findLimit(
      nextStart = findLimit<Real, Index, Device, KernelType>(
         start, 384, *this, rows, this->maxElementsPerWarp, type, sum
      );
      if (type == Type::LONG) {