device_reduce_multi_d.hpp File Reference

device_reduce_multi_d.hpp File Reference#

Composable Kernel: device_reduce_multi_d.hpp File Reference
device_reduce_multi_d.hpp File Reference
#include <array>
#include <memory>
#include "ck/ck.hpp"
#include "ck/tensor_operation/gpu/device/device_base.hpp"

Go to the source code of this file.

Classes

struct  ck::tensor_operation::device::DeviceReduceMultiD< InDataType, DsDataType, AccDataType, OutDataType, Rank, NumReduceDim, ReduceOperation, InElementwiseOperation, OutElementwiseOperation >

Namespaces

namespace  ck
namespace  ck::tensor_operation
namespace  ck::tensor_operation::device

Typedefs

template<typename InDataType, typename DsDataType, typename AccDataType, typename OutDataType, index_t Rank, index_t NumReduceDim, typename ReduceOperation, typename InElementwiseOperation, typename OutElementwiseOperation>
using ck::tensor_operation::device::DeviceReduceMultiDPtr