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

Boian Petkantchin via llvm-commits llvm-commits at lists.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 llvm-commits mailing list