ROCm / Tensile

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

Add generateManifest fxn and testing #1942

Closed ellosel closed 2 months ago

ellosel commented 2 months ago

This PR factors the logic from TensileCreateLibrary associated with generating a tensile binary artifact manifest into a function called generateManifest. The goal of this work is to enable testing, documentation and profiling of the corresponding code.