From fbbe65b345005ce3ba2e66a4cf4dd8c35411f8af Mon Sep 17 00:00:00 2001 From: sunboquan Date: Thu, 20 Jul 2023 15:47:27 +0800 Subject: [PATCH] modify att directory as SEG conclusions --- debug/{tools/compare_tools/__init__.py => .keep.txt} | 0 .../performance_analyse => profiler/compare_tools}/__init__.py | 0 {debug/tools => profiler}/compare_tools/torch_op_compare.py | 0 .../distribute_tools/cluster_profiling_data_copyl.sh | 0 {debug/tools => profiler}/distribute_tools/config.json | 0 .../distribute_tools/distribute_modify_hostname.bash | 0 {debug/tools => profiler}/merge_profiling_timeline/README.md | 0 {debug/tools => profiler}/merge_profiling_timeline/main.py | 0 {debug/tools => profiler}/performance_analyse/README.md | 0 .../custom/.keep => profiler/performance_analyse/__init__.py | 0 {debug/tools => profiler}/performance_analyse/gpu_parser.py | 0 {debug/tools => profiler}/performance_analyse/npu_parser.py | 0 {debug/tools => profiler}/performance_analyse/parser_helper.py | 0 {debug/tools => profiler}/performance_analyse/profiling_parse.py | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename debug/{tools/compare_tools/__init__.py => .keep.txt} (100%) rename {debug/tools/performance_analyse => profiler/compare_tools}/__init__.py (100%) rename {debug/tools => profiler}/compare_tools/torch_op_compare.py (100%) rename {debug/tools => profiler}/distribute_tools/cluster_profiling_data_copyl.sh (100%) rename {debug/tools => profiler}/distribute_tools/config.json (100%) rename {debug/tools => profiler}/distribute_tools/distribute_modify_hostname.bash (100%) rename {debug/tools => profiler}/merge_profiling_timeline/README.md (100%) rename {debug/tools => profiler}/merge_profiling_timeline/main.py (100%) rename {debug/tools => profiler}/performance_analyse/README.md (100%) rename debug/tools/custom/.keep => profiler/performance_analyse/__init__.py (100%) rename {debug/tools => profiler}/performance_analyse/gpu_parser.py (100%) rename {debug/tools => profiler}/performance_analyse/npu_parser.py (100%) rename {debug/tools => profiler}/performance_analyse/parser_helper.py (100%) rename {debug/tools => profiler}/performance_analyse/profiling_parse.py (100%) diff --git a/debug/tools/compare_tools/__init__.py b/debug/.keep.txt similarity index 100% rename from debug/tools/compare_tools/__init__.py rename to debug/.keep.txt diff --git a/debug/tools/performance_analyse/__init__.py b/profiler/compare_tools/__init__.py similarity index 100% rename from debug/tools/performance_analyse/__init__.py rename to profiler/compare_tools/__init__.py diff --git a/debug/tools/compare_tools/torch_op_compare.py b/profiler/compare_tools/torch_op_compare.py similarity index 100% rename from debug/tools/compare_tools/torch_op_compare.py rename to profiler/compare_tools/torch_op_compare.py diff --git a/debug/tools/distribute_tools/cluster_profiling_data_copyl.sh b/profiler/distribute_tools/cluster_profiling_data_copyl.sh similarity index 100% rename from debug/tools/distribute_tools/cluster_profiling_data_copyl.sh rename to profiler/distribute_tools/cluster_profiling_data_copyl.sh diff --git a/debug/tools/distribute_tools/config.json b/profiler/distribute_tools/config.json similarity index 100% rename from debug/tools/distribute_tools/config.json rename to profiler/distribute_tools/config.json diff --git a/debug/tools/distribute_tools/distribute_modify_hostname.bash b/profiler/distribute_tools/distribute_modify_hostname.bash similarity index 100% rename from debug/tools/distribute_tools/distribute_modify_hostname.bash rename to profiler/distribute_tools/distribute_modify_hostname.bash diff --git a/debug/tools/merge_profiling_timeline/README.md b/profiler/merge_profiling_timeline/README.md similarity index 100% rename from debug/tools/merge_profiling_timeline/README.md rename to profiler/merge_profiling_timeline/README.md diff --git a/debug/tools/merge_profiling_timeline/main.py b/profiler/merge_profiling_timeline/main.py similarity index 100% rename from debug/tools/merge_profiling_timeline/main.py rename to profiler/merge_profiling_timeline/main.py diff --git a/debug/tools/performance_analyse/README.md b/profiler/performance_analyse/README.md similarity index 100% rename from debug/tools/performance_analyse/README.md rename to profiler/performance_analyse/README.md diff --git a/debug/tools/custom/.keep b/profiler/performance_analyse/__init__.py similarity index 100% rename from debug/tools/custom/.keep rename to profiler/performance_analyse/__init__.py diff --git a/debug/tools/performance_analyse/gpu_parser.py b/profiler/performance_analyse/gpu_parser.py similarity index 100% rename from debug/tools/performance_analyse/gpu_parser.py rename to profiler/performance_analyse/gpu_parser.py diff --git a/debug/tools/performance_analyse/npu_parser.py b/profiler/performance_analyse/npu_parser.py similarity index 100% rename from debug/tools/performance_analyse/npu_parser.py rename to profiler/performance_analyse/npu_parser.py diff --git a/debug/tools/performance_analyse/parser_helper.py b/profiler/performance_analyse/parser_helper.py similarity index 100% rename from debug/tools/performance_analyse/parser_helper.py rename to profiler/performance_analyse/parser_helper.py diff --git a/debug/tools/performance_analyse/profiling_parse.py b/profiler/performance_analyse/profiling_parse.py similarity index 100% rename from debug/tools/performance_analyse/profiling_parse.py rename to profiler/performance_analyse/profiling_parse.py -- Gitee