Loading src/TNL/Algorithms/detail/Reduction.h +0 −6 Original line number Diff line number Diff line Loading @@ -40,8 +40,6 @@ struct Reduction; template<> struct Reduction< Devices::Sequential > { using DeviceType = Devices::Sequential; /** * \brief Computes reduction on CPU sequentially. * Loading Loading @@ -106,8 +104,6 @@ struct Reduction< Devices::Sequential > template<> struct Reduction< Devices::Host > { using DeviceType = Devices::Host; /** * \brief Computes reduction on CPU. * Loading Loading @@ -172,8 +168,6 @@ struct Reduction< Devices::Host > template<> struct Reduction< Devices::Cuda > { using DeviceType = Devices::Cuda; /** * \brief Computes reduction on GPU. * Loading Loading
src/TNL/Algorithms/detail/Reduction.h +0 −6 Original line number Diff line number Diff line Loading @@ -40,8 +40,6 @@ struct Reduction; template<> struct Reduction< Devices::Sequential > { using DeviceType = Devices::Sequential; /** * \brief Computes reduction on CPU sequentially. * Loading Loading @@ -106,8 +104,6 @@ struct Reduction< Devices::Sequential > template<> struct Reduction< Devices::Host > { using DeviceType = Devices::Host; /** * \brief Computes reduction on CPU. * Loading Loading @@ -172,8 +168,6 @@ struct Reduction< Devices::Host > template<> struct Reduction< Devices::Cuda > { using DeviceType = Devices::Cuda; /** * \brief Computes reduction on GPU. * Loading