llvm-project/mlir
Stella Laurenzo 5b2e7f50a6 [MLIR][python] Export CAPI headers.
* Adds source targets (not included in the full set that downstreams use by default) to bundle mlir-c/ headers into the mlir/_mlir_libs/include directory.
* Adds a minimal entry point to get include and library directories.
* Used by npcomp to export a full CAPI (which is then used by the Torch extension to link npcomp).

Reviewed By: mikeurbach

Differential Revision: https://reviews.llvm.org/D107090
2021-07-29 19:06:32 +00:00
..
cmake/modules [MLIR][python] Export CAPI headers. 2021-07-29 19:06:32 +00:00
docs [mlir] Remove the default isDynamicallyLegal hook 2021-07-29 11:00:57 +02:00
examples [mlir] factor memref-to-llvm lowering out of std-to-llvm 2021-07-09 14:49:52 +02:00
include Rorder mmt4d iteration domain 2021-07-29 18:31:57 +00:00
lib Refactor AsyncToAsyncRuntime pass to boost understandability. 2021-07-29 12:01:07 -07:00
python [MLIR][python] Export CAPI headers. 2021-07-29 19:06:32 +00:00
test [MLIR][python] Export CAPI headers. 2021-07-29 19:06:32 +00:00
tools Implement recursive support into OperationEquivalence::isEquivalentTo() 2021-07-29 05:06:37 +00:00
unittests [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
utils [vscode-mlir] Add support for restarting the server on setting/server changes 2021-06-29 00:08:44 +00:00
.clang-format
.clang-tidy NFC: .clang-tidy: Inherit configs from parents to improve maintainability 2021-06-08 08:25:59 -07:00
CMakeLists.txt [MLIR] Drop old cmake var names 2021-05-24 15:30:01 +05:30
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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