llvm-project/mlir/test/Conversion/GPUToCUDA
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
..
lit.local.cfg Make GPU to CUDA transformations independent of CUDA runtime. 2019-06-26 05:16:37 -07:00
lower-nvvm-kernel-to-cubin.mlir [mlir] replace LLVM dialect float types with built-ins 2021-01-08 17:38:12 +01:00