From 7f135b7127dbe5ba232308f1b2ae5a6259f2db8b Mon Sep 17 00:00:00 2001 From: wuyulong11 Date: Sun, 23 Apr 2023 16:32:47 +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=20=E9=A5=BC=E5=9B=BE=E5=B1=95=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BF=AE=E6=94=B9=20=E3=80=90=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BA=BA=E3=80=91=20wuyulong=2030031080?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tb_plugin/torch_tb_profiler/profiler/run_generator.py | 2 +- 1 file changed, 1 insertion(+), 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 e32f55650..b4c768021 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 @@ -369,7 +369,7 @@ class RunGenerator(object): self.name_idx = idx elif column == 'Duration(us)': self.duration_idx = idx - elif column == 'Type': + elif column == 'Accelerator Core': self.core_type_idx = idx if column in display_columns: -- Gitee