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

Boian Petkantchin llvmlistbot at llvm.org
Tue Mar 5 17:11:02 PST 2024


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

I added a comment.

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


More information about the Mlir-commits mailing list