reduction_enums.hpp File Reference

reduction_enums.hpp File Reference#

Composable Kernel: reduction_enums.hpp File Reference
reduction_enums.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  ck

Enumerations

enum struct  ck::ReduceTensorOp {
  ck::ADD = 0 ,
  ck::MUL = 1 ,
  ck::MIN = 2 ,
  ck::MAX = 3 ,
  ck::AMAX = 4 ,
  ck::AVG = 5 ,
  ck::NORM1 = 6 ,
  ck::NORM2 = 7
}
enum struct  ck::NanPropagation {
  ck::NOT_PROPAGATE_NAN = 0 ,
  ck::PROPAGATE_NAN = 1
}
enum struct  ck::ReduceTensorIndices {
  ck::NO_INDICES = 0 ,
  ck::FLATTENED_INDICES = 1
}
enum struct  ck::IndicesType {
  ck::INDICES_32BIT = 0 ,
  ck::INDICES_64BIT = 1 ,
  ck::INDICES_16BIT = 2 ,
  ck::INDICES_8BIT = 3
}