This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][CAPI] Add C API dialect registration methods for Arith, Math, MemRef and Vector dialects
ClosedPublic

Authored by apaszke on Jul 17 2023, 5:35 AM.

Diff Detail

Event Timeline

apaszke created this revision.Jul 17 2023, 5:35 AM
Herald added a reviewer: kuhar. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
apaszke requested review of this revision.Jul 17 2023, 5:35 AM
ftynse added inline comments.Jul 17 2023, 5:37 AM
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
442

I suppose we also need CMake changes. It's the main build system for LLVM.

ftynse requested changes to this revision.Jul 17 2023, 5:44 AM
This revision now requires changes to proceed.Jul 17 2023, 5:44 AM
apaszke updated this revision to Diff 541025.Jul 17 2023, 7:31 AM

Added CMake changes

ftynse accepted this revision.Jul 17 2023, 7:32 AM

Thanks!

This revision is now accepted and ready to land.Jul 17 2023, 7:32 AM
This revision was landed with ongoing or failed builds.Jul 17 2023, 7:46 AM
This revision was automatically updated to reflect the committed changes.