plaidml / tpp-mlir

TPP experimentation on MLIR for linear algebra
https://arxiv.org/abs/2404.15204
Other
108 stars 26 forks source link

Make a CMake project importable via find_package #946

Open mryzhov opened 1 month ago

mryzhov commented 1 month ago

Could you please provide an ability to generate and install CMake package configuration files? These files allow other CMake projects to find and use your project as a dependency.

Please find the examples here: https://cmake.org/cmake/help/latest/guide/importing-exporting/index.html

slyalin commented 1 month ago

It looks to be useful in case of integration to OpenVINO to avoid doing such things: https://github.com/slyalin/openvino/blob/mlir/cmake/tpp-mlir.cmake