From 8d3a1fe17e59483913b9efa506a3e1f3088ae253 Mon Sep 17 00:00:00 2001 From: cabbage Date: Thu, 17 Aug 2023 15:55:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=EF=BC=8C=E5=86=85=E5=AE=B9=E6=98=BE=E7=A4=BA?= 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/plugins/tensorboard-plugins/tb_plugin/torch_tb_profiler/profiler/run_generator.py b/plugins/tensorboard-plugins/tb_plugin/torch_tb_profiler/profiler/run_generator.py index 4bdfef709c..5da75dcdcb 100644 --- a/plugins/tensorboard-plugins/tb_plugin/torch_tb_profiler/profiler/run_generator.py +++ b/plugins/tensorboard-plugins/tb_plugin/torch_tb_profiler/profiler/run_generator.py @@ -106,7 +106,6 @@ class RunGenerator(object): profile_run.memory_events = self._get_memory_event(peak_memory_events) if self.profile_data.has_communication: - profile_run.views.append(consts.DISTRIBUTED_VIEW) profile_run.step_to_overlap = self._npu_get_overlap() profile_run.step_to_wait, profile_run.comm_op = self._npu_get_wait_table() -- Gitee