diff --git a/profiler/compare_tools/profiling_analysis/parser_helper.py b/profiler/compare_tools/profiling_analysis/parser_helper.py index 377ce18a101f21ff3ca21ec45073853f6b866311..caf09056ee4ee5884067abf9e5283fd1c9113c12 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