[Mlir-commits] [mlir] [mlir][pybind] Support loading DenseElementsAttr of bools (PR #82868)
Stella Laurenzo
llvmlistbot at llvm.org
Fri Feb 23 23:21:14 PST 2024
================
@@ -694,6 +694,8 @@ class PyDenseElementsAttribute
// f16
assert(view.itemsize == 2 && "mismatched array itemsize");
bulkLoadElementType = mlirF16TypeGet(context);
+ // } else if (format == "?") {
----------------
stellaraccident wrote:
Did you possibly push an incorrect patch? This appears to just be commented out
https://github.com/llvm/llvm-project/pull/82868
More information about the Mlir-commits
mailing list