Loading src/TNL/Matrices/BiEllpack_impl.h +22 −21 Original line number Diff line number Diff line Loading @@ -1173,6 +1173,7 @@ void BiEllpack< Real, Device, Index >::spmvCuda( const InVector& inVector, __syncthreads(); if( warpStart + inWarpIdx >= this->getRows() ) return; outVector[ warpStart + inWarpIdx ] = results[ this->rowPermArray[ warpStart + inWarpIdx ] & ( cudaBlockSize - 1 ) ]; } #endif Loading Loading
src/TNL/Matrices/BiEllpack_impl.h +22 −21 Original line number Diff line number Diff line Loading @@ -1173,6 +1173,7 @@ void BiEllpack< Real, Device, Index >::spmvCuda( const InVector& inVector, __syncthreads(); if( warpStart + inWarpIdx >= this->getRows() ) return; outVector[ warpStart + inWarpIdx ] = results[ this->rowPermArray[ warpStart + inWarpIdx ] & ( cudaBlockSize - 1 ) ]; } #endif Loading