llvm-project/mlir
River Riddle 6ab2bcffe4 [mlir:Bytecode] Add support for encoding resources
Resources are encoded in two separate sections similarly to
attributes/types, one for the actual data and one for the data
offsets. Unlike other sections, the resource sections are optional
given that in many cases they won't be present. For testing,
bytecode serialization is added for DenseResourceElementsAttr.

Differential Revision: https://reviews.llvm.org/D132729
2022-09-13 11:39:19 -07:00
..
benchmark/python [mlir][sparse] Expose SparseTensor passes as enums instead of opaque numbers for vectorization and parallelization options. 2022-09-04 01:39:35 +00:00
cmake/modules Revert "[mlir][cmake] Don't add dependencies on mlir-(generic-)headers" 2022-09-03 01:45:18 +00:00
docs [mlir:Bytecode] Add support for encoding resources 2022-09-13 11:39:19 -07:00
examples [mlir] Flip default value of emitAccessorPrefix to kEmitAccessorPrefix_Prefixed 2022-09-06 15:56:57 -07:00
include [mlir:Bytecode] Add support for encoding resources 2022-09-13 11:39:19 -07:00
lib [mlir:Bytecode] Add support for encoding resources 2022-09-13 11:39:19 -07:00
python [mlir][linalg] add conv_1d_ncw_fcw 2022-09-08 19:48:45 -04:00
test [mlir:Bytecode] Add support for encoding resources 2022-09-13 11:39:19 -07:00
tools Apply clang-tidy fixes for llvm-qualified-auto in OpFormatGen.cpp (NFC) 2022-09-13 01:09:14 +00:00
unittests [mlir][sparse] properly record dimension level type and properties 2022-09-12 09:59:53 -07:00
utils [mlir:vscode] Add support for loading big bytecode files 2022-09-06 14:49:16 -07:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy [mlir] Disable `misc-const-correctness` clang-tidy check. 2022-08-03 10:18:43 +02:00
CMakeLists.txt Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" 2022-08-18 22:46:32 -04:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.