Commit bd7d8ee0 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Commented out unused variable in BiEllpackView.hpp

parent fa0e133f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -561,7 +561,7 @@ segmentsReductionKernel( IndexType gridIdx,
   const int warpIdx = threadIdx.x / WarpSize;
   const int warpsCount = BlockDim / WarpSize;
   constexpr int groupsInStrip = 6; //getLogWarpSize() + 1;
   IndexType firstGroupIdx = strip * groupsInStrip;
   //IndexType firstGroupIdx = strip * groupsInStrip;
   IndexType firstGroupInBlock = 8 * ( strip / 8 ) * groupsInStrip;
   IndexType groupHeight = getWarpSize();