ROCm / ROCmValidationSuite

A system validation and diagnostics tool for monitoring, stress testing, detecting, and troubleshooting issues impacting AMD GPUs in high-performance computing environments
https://rocm.docs.amd.com/projects/ROCmValidationSuite/en/latest/
MIT License
62 stars 37 forks source link

common config. read cleanup #760

Closed manoj-freyr closed 3 months ago

manoj-freyr commented 3 months ago

common configs are read and parsed in each module though most of it is redundant. This PR organises common config parsing in actionbase class and only overrides where a specific subset is needed. For future modules, unless we need specific params, we must reuse this function and add others in module specific functions