llvm-capstone/mlir
yinying-lisa-li c3160f86e7
[mlir][sparse] Fix bug in new syntax parser (#66024)
Currently, dimlvlmap with identity affine map will be treated as empty
affine map. But the new syntax would treat it as an actual identity
affine map such as {d0} -> {d0}. This mismatch could raise an error when
we are comparing sparse encodings.
2023-09-11 19:13:15 -04:00
..
benchmark/python [NFC][Py Reformat] Reformat python files in mlir subdir 2023-05-26 08:05:40 +02:00
cmake/modules [mlir][python bindings] generate all the enums 2023-08-23 15:03:55 -05:00
docs [mlir] Move FunctionInterfaces to Interfaces directory and inherit from CallableOpInterface 2023-08-31 11:28:23 +00:00
examples [mlir] Move FunctionInterfaces to Interfaces directory and inherit from CallableOpInterface 2023-08-31 11:28:23 +00:00
include [mlir] Make it possible to build a DenseResourceElementsAttr from untyped memory. (#66009) 2023-09-11 14:10:03 -07:00
lib [mlir][sparse] Fix bug in new syntax parser (#66024) 2023-09-11 19:13:15 -04:00
python [mlir][python] Create all missing attribute builders. 2023-09-06 07:09:25 +00:00
test [mlir] Make it possible to build a DenseResourceElementsAttr from untyped memory. (#66009) 2023-09-11 14:10:03 -07:00
tools [mlir][gpu] Deprecate gpu::Serialization* passes. (#65857) 2023-09-11 16:32:15 -04:00
unittests Lazy initialize diagnostic when handling MLIR properties (#65868) 2023-09-11 13:22:35 -07:00
utils [NFC] Set a variable in the mlir data formatter (#65554) 2023-09-06 20:13:39 -04:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir][gpu] Deprecate gpu::Serialization* passes. (#65857) 2023-09-11 16:32:15 -04:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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