Simple dictionary to yaml converter.
reads in dict and spits out yaml,
Now tightly coupled with ROCm configurations as per RVS : https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/tree/master/rvs/conf
python utils.py <conf filename>
reads the file and uses it to list out all the parameters in the conf and spit out a dictionary which has param_name and data type.
python runner.py rvs_bin_location
takes input list of dictionaries and spits out a yaml file based on input. Can be used to trigger rvs runs