[Mlir-commits] [mlir] [mlir] Add a MappableContainer trait. (PR #99493)

Alexander Belyaev llvmlistbot at llvm.org
Thu Jul 18 06:54:16 PDT 2024


================
@@ -39,6 +39,11 @@ struct IntegerTypeStorage;
 struct TupleTypeStorage;
 } // namespace detail
 
+/// Type trait indicating that the type can be an operand to an elementwise op.
----------------
pifon2a wrote:

No, it is not the intent. How would you phrase it better? I want this trait to be for value types like vector or tensor, but not for memrefs. MemRefs are just pointers, it is not clear what we actually map.

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


More information about the Mlir-commits mailing list