Home
last modified time | relevance | path

Searched refs:kAllReduce (Results 1 – 25 of 34) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.cc103 if (input->opcode() == HloOpcode::kAllReduce && input->channel_id()) { in Build()
136 case HloOpcode::kAllReduce: { in Build()
Dall_reduce_combiner.cc66 TF_RET_CHECK(hlo->opcode() == HloOpcode::kAllReduce); in CombineAllReduces()
188 if (instruction->opcode() != HloOpcode::kAllReduce) { in CreateComputationGroups()
227 if (instruction->opcode() != HloOpcode::kAllReduce) { in CreateComputationGroups()
Dbfloat16_conversion_folding_test.cc41 hlo.opcode() == HloOpcode::kAllReduce) { in SupportsBF16Operand()
52 hlo.opcode() == HloOpcode::kAllReduce) { in SupportsBF16Output()
61 hlo.opcode() == HloOpcode::kAllReduce) { in SupportsMixedPrecisions()
Dhlo_opcode_test.cc53 case HloOpcode::kAllReduce: in TEST()
Dhlo_query.cc127 if (hlo->opcode() == HloOpcode::kAllReduce && in ContainsLayoutConstrainedAllReduce()
Dhlo_replication_analysis.cc58 if (hlo->opcode() == HloOpcode::kAllReduce || in DetermineHloInstructionIsReplicated()
75 if (hlo->opcode() == HloOpcode::kAllReduce) { in DetermineHloInstructionIsReplicated()
Dhlo_opcode.h52 V(kAllReduce, "all-reduce", kHloOpcodeIsVariadic) \
Dall_reduce_combiner_test.cc51 if (hlo->opcode() == HloOpcode::kAllReduce) { in AllReduceCount()
144 ASSERT_TRUE(combined->opcode() == HloOpcode::kAllReduce); in TEST_F()
Dhlo_element_type_converter.cc145 opcode == HloOpcode::kAllReduce || opcode == HloOpcode::kFusion || in Run()
Dhlo_instruction.cc430 case HloOpcode::kAllReduce: { in CreateFromProto()
1534 case HloOpcode::kAllReduce: in HasSideEffectNoRecurse()
1689 case HloOpcode::kAllReduce: in CloneWithNewOperands()
2229 case HloOpcode::kAllReduce: in IdenticalSlowPath()
2434 case HloOpcode::kAllReduce: in to_apply()
2455 case HloOpcode::kAllReduce: in set_to_apply()
2681 return opcode() == HloOpcode::kAllReduce && channel_id(); in IsCrossModuleAllReduce()
2685 return opcode() == HloOpcode::kAllReduce && !channel_id(); in IsCrossReplicaAllReduce()
2825 opcode() == HloOpcode::kAllReduce || in ExtraAttributesToString()
2884 case HloOpcode::kAllReduce: in ExtraAttributesToString()
[all …]
Dconditional_code_motion.cc167 case HloOpcode::kAllReduce: in WorthHoisting()
182 case HloOpcode::kAllReduce: in WorthHoisting()
933 if (opcode == HloOpcode::kAllReduce && !is_inside_branch) { in WorthHoisting()
Dcall_graph.cc61 case HloOpcode::kAllReduce: in GetInstructionCallContext()
Dhlo_computation.cc414 case HloOpcode::kAllReduce: in ComputeInstructionPostOrder()
470 case HloOpcode::kAllReduce: { in ComputeChannelDependencies()
Dsharding_propagation.cc180 case HloOpcode::kAllReduce: in PickRepresentativeOperand()
323 case HloOpcode::kAllReduce: in SupportSpatialPartitioning()
1594 (opcode == HloOpcode::kAllReduce && in CheckAndUpdateDeviceAssignmentsInWhileBody()
Dbfloat16_normalization.cc510 hlo->opcode() == HloOpcode::kAllReduce) && in DefaultAction()
Dinstruction_fusion.cc151 case HloOpcode::kAllReduce: in IsExpensive()
Dhlo_verifier.cc43 case HloOpcode::kAllReduce: in IsCallerInstruction()
1083 case HloOpcode::kAllReduce: in CheckMixedPrecisionOperands()
1516 if (instruction->opcode() != HloOpcode::kAllReduce) { in VerifyLayoutConstrainedAllReduce()
Dlayout_assignment.cc1326 if (user->opcode() == HloOpcode::kAllReduce) { in PropagateOperandConstraint()
1495 if (instruction->opcode() == HloOpcode::kAllReduce) { in PropagateBufferConstraintToOperands()
2276 case HloOpcode::kAllReduce: in InstructionCanChangeLayout()
Dhlo_module.cc168 case HloOpcode::kAllReduce: in ReplaceComputations()
Dbfloat16_propagation.cc316 (use.instruction->opcode() == HloOpcode::kAllReduce && in AllUsersConsumeBF16()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dschedule_aware_all_gather_cse.cc44 if (coll->opcode() == HloOpcode::kAllReduce && coll->shape().IsArray()) { in MayConsiderAsAllGather()
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.h204 kAllReduce = 1, enumerator
Dnccl_manager.cc435 AddParticipant(std::move(participant), context, kAllReduce, reduction_op); in AddToAllReduce()
736 case kAllReduce: { in LoopKernelLaunches()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc334 return xla::HloOpcode::kAllReduce; in MhloToHloOpcode()
Dhlo_function_importer.cc554 case HloOpcode::kAllReduce: { in ImportInstructionImpl()

12