From 07817c5bdec770eda910cc95b81b3dff449bc9fb Mon Sep 17 00:00:00 2001 From: wuyulong11 Date: Thu, 15 Jun 2023 20:05:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E3=80=91=20Memory=20View=20Operator=E9=A1=B5=E7=AD=BE=E6=8A=98?= =?UTF-8?q?=E7=BA=BF=E5=9B=BE=E5=B1=95=E7=A4=BA=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E4=BA=BA=E3=80=91=20wuyulong=203003?= =?UTF-8?q?1080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tb_plugin/torch_tb_profiler/profiler/run_generator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tb_plugins/profiling/tb_plugin/torch_tb_profiler/profiler/run_generator.py b/tb_plugins/profiling/tb_plugin/torch_tb_profiler/profiler/run_generator.py index 846c6db4294..333af12b040 100644 --- a/tb_plugins/profiling/tb_plugin/torch_tb_profiler/profiler/run_generator.py +++ b/tb_plugins/profiling/tb_plugin/torch_tb_profiler/profiler/run_generator.py @@ -467,7 +467,6 @@ class RunGenerator(object): if ls[tag_type_idx] == 'PTA+GE': process_data.setdefault(device_type, {}).setdefault('Allocated', []).append( [time_column, float(ls[allocated_idx])]) - elif ls[tag_type_idx] == 'APP': process_data.setdefault(device_type, {}).setdefault('Reserved', []).append( [time_column, float(ls[reserved_idx])]) elif ls[tag_type_idx] in ('PTA', 'GE'): -- Gitee