llvm-project/mlir/test
Thomas Raoux 36ee9a322a [mlir][GPUToVulkan] Fix signature of bindMemRef function for f16
Binding MemRefs of f16 needs special handling as the type is not supported on
CPU. There was a bug in the type used.

Differential Revision: https://reviews.llvm.org/D86328
2020-08-21 10:48:00 -07:00
..
Analysis
Bindings/Python Add python bindings for Type and IntegerType. 2020-08-19 09:23:44 -07:00
CAPI [mlir] expose standard attributes to C API 2020-08-19 18:50:19 +02:00
Conversion [mlir][GPUToVulkan] Fix signature of bindMemRef function for f16 2020-08-21 10:48:00 -07:00
Dialect [MLIR] Add affine.parallel folder and normalizer 2020-08-20 22:23:21 +00:00
EDSC Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
Examples
IR Added std.floor operation to match std.ceil 2020-08-18 10:25:32 -07:00
Pass
SDBM Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
Target [mlir] do not use llvm.cmpxchg with floats 2020-08-17 15:44:23 +02:00
Transforms [mlir] Test CallOp STD->LLVM conversion. 2020-08-13 19:10:21 +02:00
Unit
lib [MLIR] Add PatternRewriter::mergeBlockBefore() to merge a block in the middle of another block. 2020-08-19 16:24:59 -07:00
mlir-cpu-runner
mlir-cuda-runner [MLIR] Adding gpu.host_register op and lower it to a runtime call. 2020-08-10 22:46:17 +02:00
mlir-linalg-ods-gen
mlir-opt Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
mlir-reduce Create Optimization Pass Wrapper for MLIR Reduce 2020-08-18 16:47:10 +00:00
mlir-rocm-runner [MLIR] Adding gpu.host_register op and lower it to a runtime call. 2020-08-10 22:46:17 +02:00
mlir-tblgen [NFC][MLIR][OpenMP] Add comments and test for OpenMP enum declaration utility 2020-08-14 23:22:23 +01:00
mlir-vulkan-runner
APITest.h
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in