[Mlir-commits] [mlir] [MLIR, Python] Support converting boolean numpy arrays to and from mlir attributes (PR #113064)

Maksim Levental llvmlistbot at llvm.org
Wed Oct 23 12:11:16 PDT 2024


================
@@ -14,6 +14,7 @@
 #include "llvm/ADT/Twine.h"
 #include "llvm/Support/DataTypes.h"
 
+#include <pybind11/numpy.h>
----------------
makslevental wrote:

unused i think?

https://github.com/llvm/llvm-project/pull/113064


More information about the Mlir-commits mailing list