llvm-project/mlir/test
Nicolas Vasilache d8ee28b96e [mlir][Linalg] Extend buffer allocation to support Linalg init tensors
This revision adds init_tensors support to buffer allocation for Linalg on tensors.
Currently makes the assumption that the init_tensors fold onto the first output tensors.

This assumption is not currently enforced or cast in stone and requires experimenting with tiling linalg on tensors for ops **without reductions**.

Still this allows progress towards the end-to-end goal.
2020-10-06 13:24:27 +00:00
..
Analysis Change filecheck default to dump input on failure 2020-06-09 18:57:46 +00:00
Bindings/Python [mlir] Add Float Attribute, Integer Attribute and Bool Attribute subclasses to python bindings. 2020-10-03 00:32:51 +08:00
CAPI [mlir] Expose Dialect class and registration/loading to C API 2020-09-29 16:30:08 +02:00
Conversion [MLIR][SPIRVToLLVM] Conversion for composite extract and insert 2020-10-06 11:46:25 +03:00
Dialect [mlir] Add file to implement bufferization for shape ops. 2020-10-06 11:35:16 +02:00
EDSC Remove `Ops` suffix from dialect library names 2020-09-30 18:00:44 -07:00
Examples Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects" 2020-10-04 15:17:34 -07:00
IR [MLIR] Better message for FuncOp type mismatch 2020-10-02 09:31:44 -07:00
Pass Implement a new kind of Pass: dynamic pass pipeline 2020-09-22 18:51:54 +00:00
SDBM Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
Target [MLIR] Avoid adding debuginfo for a function if it contains calls that has no debug info. 2020-09-29 13:51:56 -07:00
Transforms [mlir][Linalg] Extend buffer allocation to support Linalg init tensors 2020-10-06 13:24:27 +00:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir][Linalg] Extend buffer allocation to support Linalg init tensors 2020-10-06 13:24:27 +00:00
mlir-cpu-runner Fix TODO in the mlir-cpu-runner/bare_ptr_call_conv.mlir test: call ops in bare-ptr calling convention is supported now (NFC) 2020-09-29 20:21:07 +00:00
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][Linalg] Evolve named ops to use assembly form and support linalg on tensors. 2020-09-18 06:14:30 -04:00
mlir-opt Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
mlir-reduce [mlir] NFC: fix trivial typo under test and tools 2020-08-27 15:37:42 +09:00
mlir-rocm-runner [AMDGPU] Fix ROCm unit test memref initialization 2020-09-17 09:48:05 -07:00
mlir-tblgen [mlir][OpFormatGen] Update "custom" directives for attributes. 2020-09-23 18:33:39 +00:00
mlir-vulkan-runner [spirv][nfc] Simplify resource limit with default values 2020-09-03 13:29:26 -04:00
APITest.h Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt [mlir] Initial version of C APIs 2020-08-05 15:04:08 +02:00
lit.cfg.py [mlir] Initial version of C APIs 2020-08-05 15:04:08 +02:00
lit.site.cfg.py.in Initial boiler-plate for python bindings. 2020-07-09 12:03:58 -07:00