047d7771f3
This is triggered by doing e.g., analyze -p <whatever> -k <kernel> -n per_kernel -b 17 18 Manifests as e.g.: ``` ERROR [analysis] 'float' object has no attribute 'empty' ``` because of: https://github.com/ROCm/omniperf/blob/d1ee2ec8709b21f2e72536cc14dba8ac2f8621ab/src/utils/parser.py#L135 Instead, we first check whether numpy thinks the whole array is nan's, and bail early if so Signed-off-by: Nicholas Curtis <nicurtis@amd.com>