Fix setting roofline-data-type option in both profile and analyze modes (#702)
Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
[ROCm/rocprofiler-compute commit: d527d77337]
This commit is contained in:
@@ -61,8 +61,7 @@ class webui_analysis(OmniAnalyze_Base):
|
||||
# define any elements which will have full width
|
||||
self.__full_width_elements = {1801}
|
||||
|
||||
if hasattr(args, "roofline_data_type") and args.roofline_data_type != ["FP32"]:
|
||||
self.__roofline_data_type = args.roofline_data_type
|
||||
self.__roofline_data_type = args.roofline_data_type
|
||||
|
||||
@demarcate
|
||||
def build_layout(self, input_filters, arch_configs):
|
||||
|
||||
Reference in New Issue
Block a user