[llvm] [mlir] [mlir] Implement Mesh's ShardingInterface for Linalg ops (PR #82284)

Lei Zhang via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 22:41:09 PST 2024


================
@@ -216,6 +216,11 @@ class Dialect {
         {TypeID::get<ConcreteT>(), InterfaceT::getInterfaceID()});
   }
 
+  template <typename InterfaceT, typename... ConcreteT>
----------------
antiagainst wrote:

This is an important header. Can we add some documentation for this? 

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


More information about the llvm-commits mailing list