tenstorrent / tt-mlir

Tenstorrent MLIR compiler
https://tenstorrent.github.io/tt-mlir/
Apache License 2.0
72 stars 9 forks source link

Enable export of tt-mlir for use in other cmake projects #615

Closed maychair closed 2 months ago

maychair commented 2 months ago

Add export mechanism to the tt-mlir project to generate a TTMLIRConfig.cmake file for use in other CMake projects, similar to the mechanisms in LLVM, MLIR, and CIRCT projects. This allows third-party projects to more easily integrate with tt-mlir.