ROCm / Tensile

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

Factor Embed library logic into function and test #1944

Closed ellosel closed 2 months ago

ellosel commented 2 months ago

This PR factors logic in TensileCreateLibrary main related to creating an embed-library into a function named generateLibrary located in the EmbeddedData module. The goal of this work is to improve documentation, testability, profilability and readability of the Tensile project.