[Mlir-commits] [mlir] [mlir] Declare promised interfaces for all dialects (PR #78368)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Mon Feb 19 05:47:09 PST 2024
https://github.com/ftynse requested changes to this pull request.
Having Tensor/IR depend on Tensor/TransformOps creates a dependency cycle since Tensor/TransformOps depends on Tensor/IR, but it's invisible in cmake that doesn't model dependencies based on headers only.
https://github.com/llvm/llvm-project/pull/78368
More information about the Mlir-commits
mailing list