llvm-project/mlir/lib/CAPI
Stella Laurenzo 5d6d30edf8 [mlir] Extend C and Python API to support bulk loading of DenseElementsAttr.
* This already half existed in terms of reading the raw buffer backing a DenseElementsAttr.
* Documented the precise expectations of the buffer layout.
* Extended the Python API to support construction from bitcasted buffers, allowing construction of all primitive element types (even those that lack a compatible representation in Python).
* Specifically, the Python API can now load all integer types at all bit widths and all floating point types (f16, f32, f64, bf16).

Differential Revision: https://reviews.llvm.org/D111284
2021-10-07 08:42:12 -07:00
..
Conversion Add C bindings for mlir::ExecutionEngine 2021-03-03 18:19:40 +00:00
Debug [mlir] Improve debug flag management in Python bindings 2021-04-19 14:45:43 +02:00
Dialect Add more types to the LLVM dialect C API 2021-07-13 14:35:50 -07:00
ExecutionEngine [MLIR] Execution engine python binding support for shared libraries 2021-06-12 05:46:38 +05:30
IR [mlir] Extend C and Python API to support bulk loading of DenseElementsAttr. 2021-10-07 08:42:12 -07:00
Registration [mlir][capi] fix build issue with "all passes" registration 2021-05-27 14:57:21 -07:00
Transforms [mlir] NFC: fix trivial typos 2021-01-08 02:10:12 +09:00
CMakeLists.txt Remove libMLIRPublicAPI DSO. 2021-07-20 17:58:28 -07:00