[Mlir-commits] [mlir] [mlir] Declare promised interfaces for all dialects (PR #78368)
Mehdi Amini
llvmlistbot at llvm.org
Mon Feb 19 15:56:01 PST 2024
joker-eph wrote:
> 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.
We frequently have this kind of header-only dependency forming cycles across libraries, why is this a problem?
https://github.com/llvm/llvm-project/pull/78368
More information about the Mlir-commits
mailing list