From 5abea7a2c178e7e4667a495776699ca9491a8c0c Mon Sep 17 00:00:00 2001 From: cai-weiwei1989 <734267852@qq.com> Date: Wed, 7 Feb 2024 12:04:38 +0800 Subject: [PATCH] =?UTF-8?q?[att\profiler]att=E9=A6=96=E9=A1=B5=E8=B5=84?= =?UTF-8?q?=E6=96=99=E5=88=A0=E9=99=A4profiler/merge=5Fprofiling=5Ftimelin?= =?UTF-8?q?e=E5=B7=A5=E5=85=B7=E7=9A=84=E4=BB=8B=E7=BB=8D=E5=BC=B1?= =?UTF-8?q?=E5=8C=96=E7=94=A8=E6=88=B7=E4=BD=BF=E7=94=A8=E8=AF=A5=E5=B7=A5?= =?UTF-8?q?=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ---- profiler/README.md | 1 - 2 files changed, 5 deletions(-) diff --git a/README.md b/README.md index d7db39d418..cb203544c7 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,6 @@ Ascend Training Tools,昇腾训练工具链。针对训练&大模型场景, 提供多机多卡的集群分析能力(基于通信域的通信分析和迭代耗时分析), 当前需要配合Ascend Insight的集群分析功能使用。 -3. [merge_profiling_timeline(合并大json工具)](https://gitee.com/ascend/att/tree/master/profiler/merge_profiling_timeline) - - 融合多个Profiling的timeline在一个json文件中的功能。 - ### [Tensorboard](https://gitee.com/ascend/att/tree/master/plugins/tensorboard-plugins/tb_plugin) Tensorboard支持NPU性能数据可视化插件PyTorch Profiler TensorBoard NPU Plugin。 diff --git a/profiler/README.md b/profiler/README.md index 368ffc7150..e010c2c3cf 100644 --- a/profiler/README.md +++ b/profiler/README.md @@ -84,4 +84,3 @@ ascend pytorch profiler数据目录结构如下: | ------------------------------------------------------------ | ------------------------------------------------------------ | | [compare_tools(性能比对工具)](https://gitee.com/ascend/att/tree/master/profiler/compare_tools) | 提供NPU与GPU性能拆解功能以及算子、通信、内存性能的比对功能。 | | [cluster_analyse(集群分析工具)](https://gitee.com/ascend/att/tree/master/profiler/cluster_analyse) | 提供多机多卡的集群分析能力(基于通信域的通信分析和迭代耗时分析), 当前需要配合Ascend Insight的集群分析功能使用。 | -| [merge_profiling_timeline(合并大json工具)](https://gitee.com/ascend/att/tree/master/profiler/merge_profiling_timeline) | 融合多个Profiling的timeline在一个json文件中的功能。 | -- Gitee