From f461c6c0e22638ca0845d7703c3d3003028bd91d Mon Sep 17 00:00:00 2001 From: Sean1840 <617225691@qq.com> Date: Sat, 26 Oct 2024 17:35:49 +0800 Subject: [PATCH] =?UTF-8?q?readme=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiler/cluster_analyse/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiler/cluster_analyse/README.md b/profiler/cluster_analyse/README.md index 7cdb2d2c1..494e25329 100644 --- a/profiler/cluster_analyse/README.md +++ b/profiler/cluster_analyse/README.md @@ -96,8 +96,8 @@ K列:Communication(Not Overlapped and Exclude Receive)指剔除recieve算 **Tips**:可以根据rank互联的带宽以及链路类型,判断是否有慢链路的问题。 - "LOCAL"是片内拷贝,速率非常快,不需要考虑。 -- “HCCS”或“PCIE”是节点内片间拷贝,速度在18GB左右或以上比较正常。 -- “RDMA”是节点间拷贝,910A速度在12GB左右或以上。 +- “HCCS”或“PCIE”是节点内片间拷贝。 +- “RDMA”是节点间拷贝。 ### cluster_communication.json -- Gitee