[Mlir-commits] [mlir] [mlir][python] remove various caching mechanism (PR #70831)
Maksim Levental
llvmlistbot at llvm.org
Thu Nov 2 07:22:55 PDT 2023
================
@@ -277,15 +277,15 @@ def _f64ElementsAttr(x, context):
def _i32ElementsAttr(x, context):
return DenseElementsAttr.get(
np.array(x, dtype=np.int32),
- type=IntegerType.get_signed(32, context=context),
+ type=IntegerType.get_signless(32, context=context),
----------------
makslevental wrote:
sorry needed a rebase
https://github.com/llvm/llvm-project/pull/70831
More information about the Mlir-commits
mailing list