8000 GitHub - ashutom/dict2yaml: Simple dictionary to yaml converter for fixed kind application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ashutom/dict2yaml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dict2yaml

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

Usage

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

About

Simple dictionary to yaml converter for fixed kind application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0