From 1630e391758a445c11c1da1721ea1c13de399c3d Mon Sep 17 00:00:00 2001 From: user_10012209 <734267852@qq.com> Date: Fri, 15 Dec 2023 09:30:43 +0800 Subject: [PATCH] =?UTF-8?q?[att\profiler\distribute=5Ftools]=E5=88=A0?= =?UTF-8?q?=E9=99=A4distribute=5Ftools=E5=B7=A5=E5=85=B7=E8=B5=84=E6=96=99?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++------- profiler/README.md | 9 ++++----- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b92e682ac..8341b6484 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,11 @@ Ascend Training Tools,昇腾训练工具链 **GPU与NPU性能比较工具**:提供NPU与GPU性能拆解功能以及算子、通信、内存性能的比较功能。 - b. [distribute_tools](https://gitee.com/ascend/att/tree/master/profiler/distribute_tools) - - **集群场景脚本集合**:提供集群场景数据一键汇聚功能。 - - c. [merge_profiling_timeline](https://gitee.com/ascend/att/tree/master/profiler/merge_profiling_timeline) + b. [merge_profiling_timeline](https://gitee.com/ascend/att/tree/master/profiler/merge_profiling_timeline) **合并大json工具**:融合多个profiling的timeline在一个json文件中的功能。 - d. [cluster_analyse](https://gitee.com/ascend/att/tree/master/profiler/cluster_analyse) + c. [cluster_analyse](https://gitee.com/ascend/att/tree/master/profiler/cluster_analyse) **集群分析工具**:提供多机多卡的集群分析能力(基于通信域的通信分析和迭代耗时分析), 当前需要配合Ascend Insight的集群分析功能使用。 @@ -50,7 +46,6 @@ Ascend Training Tools,昇腾训练工具链 **自动迁移能力**:自动迁移只需在训练脚本中导入库代码即可完成模型脚本迁移,使用方式较简单,且修改内容最少 - 4. tensorboard支持npu可视化插件[tb-plugin](https://gitee.com/ascend/att/tree/master/plugins/tensorboard-plugins/tb_plugin) **PyTorch profiling数据可视化的TensorBoard的插件**: 它支持将Ascend平台采集、解析的Pytorch Profiling数据可视化呈现,也兼容GPU数据采集、解析可视化。 diff --git a/profiler/README.md b/profiler/README.md index 8a1ce3b5c..2bccd91ce 100644 --- a/profiler/README.md +++ b/profiler/README.md @@ -8,10 +8,9 @@ ATT仓针对训练&大模型场景,提供端到端调优工具:用户采集 目前att仓工具主要支持ascend pytorch profiler采集工具,可参考https://gitee.com/ascend/att/wikis/%E6%A1%88%E4%BE%8B%E5%88%86%E4%BA%AB/%E6%80%A7%E8%83%BD%E6%A1%88%E4%BE%8B/Ascend%20PyTorch%20Profiler%E6%80%A7%E8%83%BD%E8%B0%83%E4%BC%98%E5%B7%A5%E5%85%B7%E4%BB%8B%E7%BB%8D ### 子功能介绍 -| 工具名称 | 说明 | -| ------------ | ------------------------------------------------------------ | -| [性能比对工具](https://gitee.com/ascend/att/tree/master/profiler/compare_tools) |提供NPU与GPU性能拆解功能以及算子、通信、内存性能的比较功能。 | +| 工具名称 | 说明 | +| ------------------------------------------------------------ | ------------------------------------------------------------ | +| [性能比对工具](https://gitee.com/ascend/att/tree/master/profiler/compare_tools) | 提供NPU与GPU性能拆解功能以及算子、通信、内存性能的比较功能。 | | [集群分析工具](https://gitee.com/ascend/att/tree/master/profiler/cluster_analyse) | 提供多机多卡的集群分析能力(基于通信域的通信分析和迭代耗时分析)。 | -| [合并timeline工具](https://gitee.com/ascend/att/tree/master/profiler/merge_profiling_timeline) | 融合多个profiling的timeline在一个json文件中的功能。 | -| [数据汇聚工具](https://gitee.com/ascend/att/tree/master/profiler/distribute_tools) | 提供集群场景数据一键汇聚功能。 | +| [合并timeline工具](https://gitee.com/ascend/att/tree/master/profiler/merge_profiling_timeline) | 融合多个profiling的timeline在一个json文件中的功能。 | -- Gitee