diff --git a/README.md b/README.md index b92e682ac0629740d7e957fea64f1c036a934ffc..8341b64844c778bf59b1fd2964be3ebc5c99363a 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 8a1ce3b5c91a5e39332a03368c9253147442bb06..2bccd91ce41ebb5eb456853315913ede93aec857 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文件中的功能。 |