Hi there,
Currently we are nix packaging all the Intel AI Software stack(massive effort, massive potential benefits) and this repo standed out to me as it is a dependency of linux-npu-driver . However at the same time no build system here is specified as a Makefile or CMakeLists.txt.
Please provide a CMakeLists.txt on this repository along with its tests, or include this project inside level-zero going forward. Thanks!
P.S Also vendoring code via git fetch & git third-party submodules is a bad practice in NixOS since we try to make everything reproducable and packaged with nix. I'm going to create a PR in other repositories for flake.nix so all these build, test & release flows are well documented, specified in code, better than just documentation. Nix can significantly improve your build & release systems, including your docker containers.
Hi there,
Currently we are nix packaging all the Intel AI Software stack(massive effort, massive potential benefits) and this repo standed out to me as it is a dependency of linux-npu-driver . However at the same time no build system here is specified as a
MakefileorCMakeLists.txt.Please provide a
CMakeLists.txton this repository along with its tests, or include this project insidelevel-zerogoing forward. Thanks!P.S Also vendoring code via git fetch & git third-party submodules is a bad practice in NixOS since we try to make everything reproducable and packaged with nix. I'm going to create a PR in other repositories for
flake.nixso all these build, test & release flows are well documented, specified in code, better than just documentation. Nix can significantly improve your build & release systems, including your docker containers.