Loading src/TNL/Algorithms/Segments/BiEllpack.h +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ namespace TNL void reduceSegments(IndexType first, IndexType last, Fetch &fetch, const Reduction &reduction, ResultKeeper &keeper, const Real &zero, Args... args) const; template <typename Fetch, typename Reduction, typename ResultKeeper, typename Real, typename... Args> void allReduction(Fetch &fetch, const Reduction &reduction, ResultKeeper &keeper, const Real &zero, Args... args) const; void reduceAllSegments(Fetch &fetch, const Reduction &reduction, ResultKeeper &keeper, const Real &zero, Args... args) const; BiEllpack &operator=(const BiEllpack &source) = default; Loading src/TNL/Algorithms/Segments/BiEllpack.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -513,7 +513,7 @@ template< typename Device, template< typename Fetch, typename Reduction, typename ResultKeeper, typename Real, typename... Args > void BiEllpack< Device, Index, IndexAllocator, Organization, WarpSize >:: allReduction( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const reduceAllSegments( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const { this->reduceSegments( 0, this->getSegmentsCount(), fetch, reduction, keeper, zero, args... ); } Loading src/TNL/Algorithms/Segments/BiEllpackView.h +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ class BiEllpackView void reduceSegments( IndexType first, IndexType last, Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const; template< typename Fetch, typename Reduction, typename ResultKeeper, typename Real, typename... Args > void allReduction( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const; void reduceAllSegments( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const; BiEllpackView& operator=( const BiEllpackView& view ); Loading src/TNL/Algorithms/Segments/BiEllpackView.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -442,7 +442,7 @@ template< typename Device, template< typename Fetch, typename Reduction, typename ResultKeeper, typename Real, typename... Args > void BiEllpackView< Device, Index, Organization, WarpSize >:: allReduction( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const reduceAllSegments( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const { this->reduceSegments( 0, this->getSegmentsCount(), fetch, reduction, keeper, zero, args... ); } Loading src/TNL/Algorithms/Segments/CSR.h +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ class CSR void reduceSegments( IndexType first, IndexType last, Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const; template< typename Fetch, typename Reduction, typename ResultKeeper, typename Real, typename... Args > void allReduction( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const; void reduceAllSegments( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const; CSR& operator=( const CSR& rhsSegments ) = default; Loading Loading
src/TNL/Algorithms/Segments/BiEllpack.h +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ namespace TNL void reduceSegments(IndexType first, IndexType last, Fetch &fetch, const Reduction &reduction, ResultKeeper &keeper, const Real &zero, Args... args) const; template <typename Fetch, typename Reduction, typename ResultKeeper, typename Real, typename... Args> void allReduction(Fetch &fetch, const Reduction &reduction, ResultKeeper &keeper, const Real &zero, Args... args) const; void reduceAllSegments(Fetch &fetch, const Reduction &reduction, ResultKeeper &keeper, const Real &zero, Args... args) const; BiEllpack &operator=(const BiEllpack &source) = default; Loading
src/TNL/Algorithms/Segments/BiEllpack.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -513,7 +513,7 @@ template< typename Device, template< typename Fetch, typename Reduction, typename ResultKeeper, typename Real, typename... Args > void BiEllpack< Device, Index, IndexAllocator, Organization, WarpSize >:: allReduction( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const reduceAllSegments( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const { this->reduceSegments( 0, this->getSegmentsCount(), fetch, reduction, keeper, zero, args... ); } Loading
src/TNL/Algorithms/Segments/BiEllpackView.h +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ class BiEllpackView void reduceSegments( IndexType first, IndexType last, Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const; template< typename Fetch, typename Reduction, typename ResultKeeper, typename Real, typename... Args > void allReduction( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const; void reduceAllSegments( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const; BiEllpackView& operator=( const BiEllpackView& view ); Loading
src/TNL/Algorithms/Segments/BiEllpackView.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -442,7 +442,7 @@ template< typename Device, template< typename Fetch, typename Reduction, typename ResultKeeper, typename Real, typename... Args > void BiEllpackView< Device, Index, Organization, WarpSize >:: allReduction( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const reduceAllSegments( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const { this->reduceSegments( 0, this->getSegmentsCount(), fetch, reduction, keeper, zero, args... ); } Loading
src/TNL/Algorithms/Segments/CSR.h +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ class CSR void reduceSegments( IndexType first, IndexType last, Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const; template< typename Fetch, typename Reduction, typename ResultKeeper, typename Real, typename... Args > void allReduction( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const; void reduceAllSegments( Fetch& fetch, const Reduction& reduction, ResultKeeper& keeper, const Real& zero, Args... args ) const; CSR& operator=( const CSR& rhsSegments ) = default; Loading