We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-Werror=sign-compare
CMakeLists.txt
mlir-aie/CMakeLists.txt
Line 191 in 1b059e4
Disabled due to nanobind version 2.4 src/nb_func.cpp comparing variables of different types. This has been fixed in nanobind but not yet released (https://github.com/wjakob/nanobind/blob/9ae3ebdf4c4aa19f8d81cd6c8f2d07653412acce/src/nb_func.cpp#L448). The current llvm version requires nanobind 2.4.
src/nb_func.cpp
Will change CMakeLists.txt back once (1) updated nanobind is released, and (2) llvm is updated to support the newer nanobind releases.
The text was updated successfully, but these errors were encountered:
erwei-xilinx
No branches or pull requests
mlir-aie/CMakeLists.txt
Line 191 in 1b059e4
Disabled due to nanobind version 2.4
src/nb_func.cpp
comparing variables of different types. This has been fixed in nanobind but not yet released (https://github.com/wjakob/nanobind/blob/9ae3ebdf4c4aa19f8d81cd6c8f2d07653412acce/src/nb_func.cpp#L448). The current llvm version requires nanobind 2.4.Will change CMakeLists.txt back once (1) updated nanobind is released, and (2) llvm is updated to support the newer nanobind releases.
The text was updated successfully, but these errors were encountered: