[Mlir-commits] [mlir] [CMake][MLIR] Adding dummy target to synchronize LinalgNamedStructuredOps.yamlgen (PR #108547)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Sep 13 05:28:23 PDT 2024
stefankoncarevic wrote:
We have encountered a race condition and compilation failure in the LinalgStructuredOps.td file, which is triggered by tablegen parsing. The issue is related to a mal-formated construct in the LinalgStructuredOps.yamlgen.td file.
To address this issue, we have made changes to introduce a dummy target that enforces synchronization points during the generation process. This ensures that the necessary files are fully generated before proceeding with the subsequent steps.
For more details, please refer to the following ticket:
ticket: https://github.com/ROCm/rocMLIR-internal/issues/524
PR: https://github.com/ROCm/rocMLIR/pull/669
We would appreciate if someone could review this PR and provide feedback. If deemed appropriate, you can consider merging this PR.
https://github.com/llvm/llvm-project/pull/108547
More information about the Mlir-commits
mailing list