llvm-project/mlir/lib/ExecutionEngine
Alex Zinenko dd5165a920 [mlir] replace LLVM dialect float types with built-ins
Continue the convergence between LLVM dialect and built-in types by replacing
the bfloat, half, float and double LLVM dialect types with their built-in
counterparts. At the API level, this is a direct replacement. At the syntax
level, we change the keywords to `bf16`, `f16`, `f32` and `f64`, respectively,
to be compatible with the built-in type syntax. The old keywords can still be
parsed but produce a deprecation warning and will be eventually removed.

Depends On D94178

Reviewed By: mehdi_amini, silvas, antiagainst

Differential Revision: https://reviews.llvm.org/D94179
2021-01-08 17:38:12 +01:00
..
AsyncRuntime.cpp Revert "[mlir:JitRunner] Use custom shared library init/destroy functions if available" 2021-01-08 07:46:35 -08:00
CMakeLists.txt Revert "[mlir:JitRunner] Use custom shared library init/destroy functions if available" 2021-01-08 07:46:35 -08:00
CRunnerUtils.cpp [mlir][sparse] export sparse tensor runtime support through header file 2020-11-11 21:03:39 -08:00
ExecutionEngine.cpp [llvm][clang][mlir] Add checks for the return values from Target::createXXX to prevent protential null deref 2020-11-21 21:04:12 -08:00
JitRunner.cpp [mlir] replace LLVM dialect float types with built-ins 2021-01-08 17:38:12 +01:00
OptUtils.cpp Revert "Revert "[mlir] Convert from Async dialect to LLVM coroutines"" 2020-10-22 15:23:11 -04:00
RunnerUtils.cpp [mlir] Add a print function for memref<*xi64>. 2020-11-23 16:17:41 +01:00
SparseUtils.cpp [mlir][sparse] export sparse tensor runtime support through header file 2020-11-11 21:03:39 -08:00