Home
last modified time | relevance | path

Searched refs:kAttrRootRank (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhcom_util.cc217 if (primitive->GetAttr(kAttrRootRank) != nullptr) { in GetHcomRootId()
218 *root_id = (uint32_t)GetValue<int64_t>(primitive->GetAttr(kAttrRootRank)); in GetHcomRootId()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nccl/
Dsync_batch_norm_grad_gpu_kernel.h68 auto root_rank = AnfAlgo::GetCNodePrimitive(kernel_node)->GetAttr(kAttrRootRank); in Init()
Dnccl_collective_gpu_kernel.h240 auto root_rank = prim->GetAttr(kAttrRootRank); in InferCommType()
Dsync_batch_norm_gpu_kernel.h81 auto root_rank = AnfAlgo::GetCNodePrimitive(kernel_node)->GetAttr(kAttrRootRank); in Init()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h396 constexpr auto kAttrRootRank = "root_rank"; variable