llvm-capstone/mlir
Aart Bik b5c542d64b [mlir][sparse] add narrower choices for pointers/indices
Use cases with 16- or even 8-bit pointer/index structures have been identified.

Reviewed By: penpornk

Differential Revision: https://reviews.llvm.org/D95015
2021-01-19 20:20:38 -08:00
..
cmake/modules Enable python bindings for tensor, shape and linalg dialects. 2021-01-11 12:35:49 -08:00
docs [mlir][python] Factor out standalone OpView._ods_build_default class method. 2021-01-19 09:29:57 -08:00
examples [mlir][python] Swap shape and element_type order for MemRefType. 2021-01-19 16:03:19 -08:00
include [mlir][sparse] add narrower choices for pointers/indices 2021-01-19 20:20:38 -08:00
integration_test [mlir][sparse] improved sparse runtime support library 2021-01-16 12:16:10 -08:00
lib [mlir][sparse] add narrower choices for pointers/indices 2021-01-19 20:20:38 -08:00
test [mlir][sparse] add narrower choices for pointers/indices 2021-01-19 20:20:38 -08:00
tools [mlir][python] Add facility for extending generated python ODS. 2021-01-19 13:20:26 -08:00
unittests [MLIR] Support checking if two FlatAffineConstraints are equal 2021-01-18 21:46:01 +05:30
utils [mlir] Add better support for f80 and f128 2021-01-15 10:29:48 -05:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir] Fix cross-compilation (Linalg ODS gen) 2021-01-18 11:57:55 +01:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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