llvm-project/mlir/lib
Krzysztof Drewniak a2cdb9791b [mlir][AMDGPU] Set ABI version constant when linking device libs
Currently, linking the device libraries requires setting a constant
that indicates the code object ABI version the compilation is
targeting.

This fixes the MLIR linking process by setting this constant to 400,
which is the value corresponding to the current code object ABI
default, version 4.

Reviewed By: Mogball

Differential Revision: https://reviews.llvm.org/D126913
2022-06-10 18:40:52 +00:00
..
Analysis [MLIR][Presburger] subtract: improve redundant constraint detection 2022-06-08 14:44:31 -04:00
Bindings/Python Add Python bindings for the OpaqueType 2022-06-08 19:51:00 +02:00
CAPI [mlir][gpu] Move GPU headers into IR/ and Transforms/ 2022-06-09 22:49:03 +00:00
Conversion [mlir][tosa] Replace StructAttrs with AttrDefs 2022-06-09 23:01:51 +00:00
Dialect [mlir][AMDGPU] Set ABI version constant when linking device libs 2022-06-10 18:40:52 +00:00
ExecutionEngine [mlir][sparse] Fix a problem introduced by the PR for reading complex number. 2022-06-08 15:01:50 -07:00
IR [mlir:Printer][NFC] Add utility methods for printing escaped/hex strings 2022-05-25 20:54:27 -07:00
Interfaces [mlir] Fix handling of some region branch terminator successors 2022-06-08 17:17:03 +00:00
Parser [mlir] Fix ClangTidy warning (NFC). 2022-06-03 12:46:14 +02:00
Pass [mlir:Pass] Add support for op-agnostic pass managers 2022-05-12 13:12:59 -07:00
Reducer [mlir] Add asserts when changing various MLIRContext configurations 2022-04-15 21:49:03 -07:00
Rewrite [mlir:PDLInterp] Refactor the implementation of result type inferrence 2022-05-01 12:25:05 -07:00
Support [mlir] Fix the error message for missing explicit TypeID 2022-05-18 21:08:09 +00:00
TableGen [mlir:PDLL] Add better support for providing Constraint/Pattern/Rewrite documentation 2022-06-02 16:31:07 -07:00
Target [mlir] Support convert token type from LLVM IR. 2022-06-02 03:32:51 +00:00
Tools [mlir:PDLL] Add support for inlay hints 2022-06-06 20:20:19 -07:00
Transforms [mlir] Support passing ostream as argument for the create function. 2022-06-09 16:34:22 -07:00
CMakeLists.txt [MLIR] Fix build without native arch 2022-05-12 09:50:51 +02:00