Skip to content

Commit

Permalink
Fix verbose mode in analyze mode
Browse files Browse the repository at this point in the history
Signed-off-by: coleramos425 <colramos@amd.com>
  • Loading branch information
coleramos425 committed Sep 20, 2023
1 parent 8ec6bd4 commit d334190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omniperf_analyze/utils/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def generate_from_filter(
print("disp-filter is ", disp_filt)
print("kernel-filter is ", kernel_filter)
print("gpu-filter is ", gcd_filter)
print("top-n kernel filter is ", top_n_filter, "\n")
print("top-n kernel filter is ", top_n_filt, "\n")
base_data[base_run].filter_kernel_ids = kernel_filter
base_data[base_run].filter_gpu_ids = gcd_filter
base_data[base_run].filter_dispatch_ids = disp_filt
Expand Down

0 comments on commit d334190

Please sign in to comment.