|
| AllReduceOpAdaptor (AllReduceOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| AllReduceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| AllReduceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| AllReduceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
template<typename LateInst = AllReduceOp, typename = std::enable_if_t<std::is_same_v<LateInst, AllReduceOp>>> |
| AllReduceOpGenericAdaptor (RangeT values, LateInst op) |
|
| AllReduceOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| AllReduceOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| AllReduceOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| AllReduceOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
::mlir::ValueRange | getInputs () |
|
ValueT | getOutput () |
|
::mlir::ValueRange | getOperands () |
|
| AllReduceOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| AllReduceOpGenericAdaptorBase (AllReduceOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::DenseIntElementsAttr | getReplicaGroupsAttr () |
|
::mlir::DenseIntElementsAttr | getReplicaGroups () |
|
::mlir::IntegerAttr | getDimAttr () |
|
int32_t | getDim () |
|
::mlir::IntegerAttr | getChannelHandleAttr () |
|
::std::optional< int32_t > | getChannelHandle () |
|
::mlir::UnitAttr | getUseGlobalDeviceIdsAttr () |
|
bool | getUseGlobalDeviceIds () |
|
::mlir::tt::ReduceTypeAttr | getReduceTypeAttr () |
|
::mlir::tt::ReduceType | getReduceType () |
|