[Mlir-commits] [mlir] add DEPENDS for linalgdialect (PR #111603)

Mehdi Amini llvmlistbot at llvm.org
Tue Oct 8 16:36:45 PDT 2024


================
@@ -13,6 +13,7 @@ add_mlir_dialect_library(MLIRLinalgDialect
   MLIRLinalgOpsEnumsIncGen
   MLIRLinalgOpsIncGen
   MLIRLinalgStructuredOpsIncGen
+  MLIRShardingInterface
----------------
joker-eph wrote:

```suggestion
  MLIRShardingInterfaceIncGen
```

I think you're only trying to solve the dependency on the generated files, so this should do it.

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


More information about the Mlir-commits mailing list