Enable specs correction, detection of cli_style property, and hbm stack num
Co-authored-by: fei.zheng <fei.zheng@amd.com> Signed-off-by: coleramos425 <colramos@amd.com>
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ def show_all(args, runs, archConfigs, output):
|
||||
if (
|
||||
type == "raw_csv_table"
|
||||
and table_config["source"] == "pmc_kernel_top.csv"
|
||||
and header == "KernelName"
|
||||
and (header == "KernelName" or header == "Kernel_Name")
|
||||
):
|
||||
# NB: the width of kernel name might depend on the header of the table.
|
||||
adjusted_name = base_df["KernelName"].apply(
|
||||
|
||||
Reference in New Issue
Block a user