ROCm / Tensile

Stretching GPU performance for GEMMs and tensor contractions.
MIT License
208 stars 142 forks source link

Factors client config logic from TensileCreateLibrary main into createClientConfig #1938

Closed ellosel closed 2 months ago

ellosel commented 2 months ago

A portion of the TensileCreateLibrary related to creating a client config file main was factored into a function called createClientConfig to improve readability, testability, profilability and documentation. The function is now unit tested and documented. Further, when profiling TensileCreateLibrary, the time spent doing work in this function will be clearly associated with the function.

bstefanuk commented 2 months ago

Looks good, I will approve when it is removed from draft.