remove duplicate line after conflict cleanup due to rebase
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
[ROCm/rocprofiler-compute commit: dbba0d418a]
This commit is contained in:
committed by
Karl W. Schulz
parent
4aa463a4e6
commit
aada8d8e92
@@ -346,7 +346,6 @@ class OmniProfiler_Base:
|
||||
input_files = glob.glob(self.get_args().path + "/perfmon/*.txt")
|
||||
input_files.sort()
|
||||
|
||||
# Run profiling on each input file
|
||||
for fname in tqdm(input_files,disable=disable_tqdm):
|
||||
# Kernel filtering (in-place replacement)
|
||||
if not self.__args.kernel == None:
|
||||
|
||||
Reference in New Issue
Block a user