Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | ||
---|---|---|
442 | I suppose we also need CMake changes. It's the main build system for LLVM. |
Paths
| Differential D155450
[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.
Details
Diff Detail
Event Timeline
This revision now requires changes to proceed.Jul 17 2023, 5:44 AM 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 Closed by commit rGfbfff1caff18: [MLIR][CAPI] Add C API dialect registration methods for Arith, Math, MemRef and… (authored by apaszke, committed by ftynse). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 541031 mlir/include/mlir-c/Dialect/Arith.h
mlir/include/mlir-c/Dialect/Math.h
mlir/include/mlir-c/Dialect/MemRef.h
mlir/include/mlir-c/Dialect/Vector.h
mlir/lib/CAPI/Dialect/Arith.cpp
mlir/lib/CAPI/Dialect/CMakeLists.txt
mlir/lib/CAPI/Dialect/Math.cpp
mlir/lib/CAPI/Dialect/MemRef.cpp
mlir/lib/CAPI/Dialect/Vector.cpp
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
|
I suppose we also need CMake changes. It's the main build system for LLVM.