Home
last modified time | relevance | path

Searched defs:reduce_scatter (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dall_reduce_blueconnect_test.cc73 auto reduce_scatter = AllOf(op::Shape("f32[4]"), op::ReduceScatter(bitcast), in TEST_F() local
159 auto reduce_scatter = AllOf(op::Shape("(f32[4], f32[8])"), in TEST_F() local
H A Dall_reduce_blueconnect.cc225 HloInstruction* reduce_scatter = in TryDecomposeAllReduce() local
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Ddtensor_allreduce_scatter_optimization.cc138 auto reduce_scatter = builder.create<mlir::TF::DTensorReduceScatterOp>( in ApplyOptimization() local
/aosp_15_r20/external/pytorch/torch/cuda/
H A Dnccl.py142 def reduce_scatter( function
/aosp_15_r20/external/pytorch/test/cpp_extensions/
H A Dcpp_c10d_extension.cpp83 c10::intrusive_ptr<Work> ProcessGroupTest::reduce_scatter( in reduce_scatter() function in c10d::ProcessGroupTest
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DPyProcessGroup.hpp155 c10::intrusive_ptr<Work> reduce_scatter( in reduce_scatter() function in c10d::PyProcessGroup
H A DFakeProcessGroup.hpp120 c10::intrusive_ptr<Work> reduce_scatter( in reduce_scatter() function in c10d::FakeProcessGroup
H A DBackend.hpp201 virtual c10::intrusive_ptr<Work> reduce_scatter( in reduce_scatter() function in c10d::Backend
H A DProcessGroup.hpp349 virtual c10::intrusive_ptr<Work> reduce_scatter( in reduce_scatter() function in c10d::ProcessGroup
H A DProcessGroupWrapper.cpp480 c10::intrusive_ptr<Work> ProcessGroupWrapper::reduce_scatter( in reduce_scatter() function in c10d::ProcessGroupWrapper
H A DProcessGroupMPI.cpp689 c10::intrusive_ptr<Work> ProcessGroupMPI::reduce_scatter( in reduce_scatter() function in c10d::ProcessGroupMPI
H A DProcessGroupUCC.cpp1378 c10::intrusive_ptr<Work> ProcessGroupUCC::reduce_scatter( in reduce_scatter() function in c10d::ProcessGroupUCC
H A DProcessGroupNCCL.cpp3857 c10::intrusive_ptr<Work> ProcessGroupNCCL::reduce_scatter( in checkForNCCLErrorsInternal() function in c10d::ProcessGroupNCCL
H A DProcessGroupGloo.cpp2602 c10::intrusive_ptr<Work> ProcessGroupGloo::reduce_scatter( in reduce_scatter() function in c10d::ProcessGroupGloo
/aosp_15_r20/external/pytorch/test/distributed/tensor/parallel/
H A Dtest_tp_examples.py47 reduce_scatter, all_gather, all_reduce = ( variable
/aosp_15_r20/external/pytorch/torch/distributed/checkpoint/
H A Dutils.py147 def reduce_scatter( member in _DistWrapper
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_distributed_patterns.py24 def reduce_scatter(t): function
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_ops_nccl.py739 def reduce_scatter(outputs, input_lists, op): function
H A Dtest_c10d_common.py1601 def reduce_scatter(self, output_tensor_list, input_tensor_lists, opts=None): member in DummyProcessGroup
/aosp_15_r20/external/pytorch/torch/distributed/nn/
H A Dfunctional.py88 def reduce_scatter(output, input_list, op=ReduceOp.SUM, group=group.WORLD): function
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Dmulti_threaded_pg.py379 def reduce_scatter(self, output_tensor, scatter_list, opts=ReduceScatterOptions()): member in ProcessLocalGroup
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/utils/
H A Dcollective_lowering.cc325 mlir::TF::DTensorReduceScatterOp reduce_scatter) { in LowerReduceScatterOp()
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A Dnccl.cpp718 void reduce_scatter( in reduce_scatter() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_function_importer.cc1186 auto reduce_scatter = Cast<HloReduceScatterInstruction>(instruction); in ImportInstructionImpl() local
/aosp_15_r20/external/pytorch/torch/distributed/
H A Ddistributed_c10d.py3727 def reduce_scatter(output, input_list, op=ReduceOp.SUM, group=None, async_op=False): function

12