From f486d5fe2a6c1085336f6b1f6e49d7e910d3a46d Mon Sep 17 00:00:00 2001 From: wangshouce Date: Fri, 17 Nov 2023 09:23:34 +0800 Subject: [PATCH] fix error --- profiler/compare_tools/profiling_analysis/parser_helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/profiler/compare_tools/profiling_analysis/parser_helper.py b/profiler/compare_tools/profiling_analysis/parser_helper.py index 377ce18a10..caf09056ee 100644 --- a/profiler/compare_tools/profiling_analysis/parser_helper.py +++ b/profiler/compare_tools/profiling_analysis/parser_helper.py @@ -25,6 +25,7 @@ class ProfilingInfo: self.vec_time = 0.0 self.cube_num = 0 self.vec_num = 0 + self.sdma_num = 0 self.fa_num_fwd = 0 self.fa_num_bwd = 0 self.compute_time = 0.0 -- Gitee