Home
last modified time | relevance | path

Searched defs:src_rank (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/nontask_sink/
Dtest_collective_scatter.py25 src_rank = 0 variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/hccl/
Dhcom_send.cc58 …uint32_t src_rank = LongToUint(mindspore::parallel::ParallelContext::GetInstance()->global_rank())… in SendShapeForDynamic() local
/third_party/mindspore/mindspore-src/source/tests/ut/python/communication/
Dtest_comm.py94 def __init__(self, input_channel, out_channel, src_rank): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/pipeline_transformer/
Dfold_pipeline_transformer.cc306 int64_t src_rank) { in ComputeRecvTag()
332 auto src_rank = global_rank_ - (user_node_stage - node_stage) * per_stage_rank_num_; in InsertReceive() local
Dpipeline_transformer.cc1053 auto src_rank = global_rank_ - (user_node_stage - node_stage) * per_stage_rank_num_; in InsertReceive() local
1571 auto src_rank = *src_rank_ptr; in GenNewRecvFromOld() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Dcomm_ops.py1197 def __init__(self, src_rank=0, group=GlobalComm.WORLD_COMM_GROUP): argument
1514 def __init__(self, sr_tag, src_rank, shape, dtype, group=GlobalComm.WORLD_COMM_GROUP, argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/embedding_cache/
Dembedding_cache_prefetch_actor.cc42 std::string GenerateInterProcessEdge(const std::string &src_role, uint32_t src_rank, const std::str… in GenerateInterProcessEdge()