Loading src/TNL/Algorithms/Segments/CSRView.h +4 −4 Original line number Diff line number Diff line Loading @@ -14,10 +14,10 @@ #include <TNL/Containers/Vector.h> #include <TNL/Algorithms/Segments/SegmentView.h> #include <TNL/Algorithms/Segments/CSRScalarKernel.h> #include <TNL/Algorithms/Segments/CSRVectorKernel.h> #include <TNL/Algorithms/Segments/CSRHybridKernel.h> #include <TNL/Algorithms/Segments/CSRAdaptiveKernel.h> #include <TNL/Algorithms/Segments/Kernels/CSRScalarKernel.h> #include <TNL/Algorithms/Segments/Kernels/CSRVectorKernel.h> #include <TNL/Algorithms/Segments/Kernels/CSRHybridKernel.h> #include <TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernel.h> #include <TNL/Algorithms/Segments/SegmentsPrinting.h> namespace TNL { Loading src/TNL/Algorithms/Segments/ChunkedEllpack.h +2 −3 Original line number Diff line number Diff line Loading @@ -175,9 +175,8 @@ class ChunkedEllpack template <typename Device, typename Index, typename IndexAllocator, ElementsOrganization Organization, int Alignment > std::ostream& operator<<( std::ostream& str, const Ellpack< Device, Index, IndexAllocator, Organization, Alignment >& segments ) { return printSegments( str, segments ); } ElementsOrganization Organization > std::ostream& operator<<( std::ostream& str, const ChunkedEllpack< Device, Index, IndexAllocator, Organization >& segments ) { return printSegments( str, segments ); } } // namespace Segments Loading src/TNL/Algorithms/Segments/CSRAdaptiveKernel.h→src/TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernel.h +4 −4 Original line number Diff line number Diff line Loading @@ -15,9 +15,9 @@ #include <TNL/Containers/VectorView.h> #include <TNL/Algorithms/ParallelFor.h> #include <TNL/Algorithms/Segments/detail/LambdaAdapter.h> #include <TNL/Algorithms/Segments/CSRScalarKernel.h> #include <TNL/Algorithms/Segments/CSRAdaptiveKernelView.h> #include <TNL/Algorithms/Segments/detail/CSRAdaptiveKernelBlockDescriptor.h> #include <TNL/Algorithms/Segments/Kernels/CSRScalarKernel.h> #include <TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernelView.h> #include <TNL/Algorithms/Segments/Kernels/details/CSRAdaptiveKernelBlockDescriptor.h> namespace TNL { namespace Algorithms { Loading Loading @@ -117,4 +117,4 @@ struct CSRAdaptiveKernel } // namespace Algorithms } // namespace TNL #include <TNL/Algorithms/Segments/CSRAdaptiveKernel.hpp> #include <TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernel.hpp> src/TNL/Algorithms/Segments/CSRAdaptiveKernel.hpp→src/TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernel.hpp +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ #include <TNL/Containers/VectorView.h> #include <TNL/Algorithms/ParallelFor.h> #include <TNL/Algorithms/Segments/detail/LambdaAdapter.h> #include <TNL/Algorithms/Segments/CSRScalarKernel.h> #include <TNL/Algorithms/Segments/detail/CSRAdaptiveKernelBlockDescriptor.h> #include <TNL/Algorithms/Segments/Kernels/CSRScalarKernel.h> #include <TNL/Algorithms/Segments/Kernels/details/CSRAdaptiveKernelBlockDescriptor.h> namespace TNL { namespace Algorithms { Loading src/TNL/Algorithms/Segments/CSRAdaptiveKernelView.h→src/TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernelView.h +3 −3 Original line number Diff line number Diff line Loading @@ -11,8 +11,8 @@ #pragma once #include <TNL/Containers/Vector.h> #include <TNL/Algorithms/Segments/detail/CSRAdaptiveKernelBlockDescriptor.h> #include <TNL/Algorithms/Segments/detail/CSRAdaptiveKernelParameters.h> #include <TNL/Algorithms/Segments/Kernels/details/CSRAdaptiveKernelBlockDescriptor.h> #include <TNL/Algorithms/Segments/Kernels/details/CSRAdaptiveKernelParameters.h> namespace TNL { namespace Algorithms { Loading Loading @@ -70,4 +70,4 @@ struct CSRAdaptiveKernelView } // namespace Algorithms } // namespace TNL #include <TNL/Algorithms/Segments/CSRAdaptiveKernelView.hpp> #include <TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernelView.hpp> Loading
src/TNL/Algorithms/Segments/CSRView.h +4 −4 Original line number Diff line number Diff line Loading @@ -14,10 +14,10 @@ #include <TNL/Containers/Vector.h> #include <TNL/Algorithms/Segments/SegmentView.h> #include <TNL/Algorithms/Segments/CSRScalarKernel.h> #include <TNL/Algorithms/Segments/CSRVectorKernel.h> #include <TNL/Algorithms/Segments/CSRHybridKernel.h> #include <TNL/Algorithms/Segments/CSRAdaptiveKernel.h> #include <TNL/Algorithms/Segments/Kernels/CSRScalarKernel.h> #include <TNL/Algorithms/Segments/Kernels/CSRVectorKernel.h> #include <TNL/Algorithms/Segments/Kernels/CSRHybridKernel.h> #include <TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernel.h> #include <TNL/Algorithms/Segments/SegmentsPrinting.h> namespace TNL { Loading
src/TNL/Algorithms/Segments/ChunkedEllpack.h +2 −3 Original line number Diff line number Diff line Loading @@ -175,9 +175,8 @@ class ChunkedEllpack template <typename Device, typename Index, typename IndexAllocator, ElementsOrganization Organization, int Alignment > std::ostream& operator<<( std::ostream& str, const Ellpack< Device, Index, IndexAllocator, Organization, Alignment >& segments ) { return printSegments( str, segments ); } ElementsOrganization Organization > std::ostream& operator<<( std::ostream& str, const ChunkedEllpack< Device, Index, IndexAllocator, Organization >& segments ) { return printSegments( str, segments ); } } // namespace Segments Loading
src/TNL/Algorithms/Segments/CSRAdaptiveKernel.h→src/TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernel.h +4 −4 Original line number Diff line number Diff line Loading @@ -15,9 +15,9 @@ #include <TNL/Containers/VectorView.h> #include <TNL/Algorithms/ParallelFor.h> #include <TNL/Algorithms/Segments/detail/LambdaAdapter.h> #include <TNL/Algorithms/Segments/CSRScalarKernel.h> #include <TNL/Algorithms/Segments/CSRAdaptiveKernelView.h> #include <TNL/Algorithms/Segments/detail/CSRAdaptiveKernelBlockDescriptor.h> #include <TNL/Algorithms/Segments/Kernels/CSRScalarKernel.h> #include <TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernelView.h> #include <TNL/Algorithms/Segments/Kernels/details/CSRAdaptiveKernelBlockDescriptor.h> namespace TNL { namespace Algorithms { Loading Loading @@ -117,4 +117,4 @@ struct CSRAdaptiveKernel } // namespace Algorithms } // namespace TNL #include <TNL/Algorithms/Segments/CSRAdaptiveKernel.hpp> #include <TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernel.hpp>
src/TNL/Algorithms/Segments/CSRAdaptiveKernel.hpp→src/TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernel.hpp +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ #include <TNL/Containers/VectorView.h> #include <TNL/Algorithms/ParallelFor.h> #include <TNL/Algorithms/Segments/detail/LambdaAdapter.h> #include <TNL/Algorithms/Segments/CSRScalarKernel.h> #include <TNL/Algorithms/Segments/detail/CSRAdaptiveKernelBlockDescriptor.h> #include <TNL/Algorithms/Segments/Kernels/CSRScalarKernel.h> #include <TNL/Algorithms/Segments/Kernels/details/CSRAdaptiveKernelBlockDescriptor.h> namespace TNL { namespace Algorithms { Loading
src/TNL/Algorithms/Segments/CSRAdaptiveKernelView.h→src/TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernelView.h +3 −3 Original line number Diff line number Diff line Loading @@ -11,8 +11,8 @@ #pragma once #include <TNL/Containers/Vector.h> #include <TNL/Algorithms/Segments/detail/CSRAdaptiveKernelBlockDescriptor.h> #include <TNL/Algorithms/Segments/detail/CSRAdaptiveKernelParameters.h> #include <TNL/Algorithms/Segments/Kernels/details/CSRAdaptiveKernelBlockDescriptor.h> #include <TNL/Algorithms/Segments/Kernels/details/CSRAdaptiveKernelParameters.h> namespace TNL { namespace Algorithms { Loading Loading @@ -70,4 +70,4 @@ struct CSRAdaptiveKernelView } // namespace Algorithms } // namespace TNL #include <TNL/Algorithms/Segments/CSRAdaptiveKernelView.hpp> #include <TNL/Algorithms/Segments/Kernels/CSRAdaptiveKernelView.hpp>