llvm-project/mlir/test
Aart Bik ae76fafc3f [mlir][sparse] sparse transpose operation
This test shows that when access patterns do not match (e.g. transposing
a row-wise sparse matrix into another row-wise sparse matrix), a conversion
operation in between can enable codegen (i.e. avoid cycle in iteration graph).

Reviewed By: bixia

Differential Revision: https://reviews.llvm.org/D119864
2022-02-15 11:51:30 -08:00
..
Analysis [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
CAPI [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
Conversion [mlir][spirv] Add OpenCL fma op and lowering 2022-02-15 11:28:20 +03:00
Dialect [mlir][Arith] Disallow casting between scalable and fixed-length vectors 2022-02-15 17:34:42 +00:00
Examples Re-apply "[mlir] Allow out-of-tree python building from installed MLIR." 2021-11-14 20:31:34 -08:00
IR Add a new interface method `getAsmBlockName()` on OpAsmOpInterface to control block names 2022-02-11 08:46:08 +00:00
Integration [mlir][sparse] sparse transpose operation 2022-02-15 11:51:30 -08:00
Interfaces [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
Pass [mlir:PassOptions] Fix parsing of nested option values/better handle escaping 2022-01-26 21:37:22 -08:00
Rewrite Introduced iterative bytecode execution. 2021-11-26 18:11:37 +05:30
Target [MLIR] Add support for alloca() of non-zero address spaces 2022-02-15 18:41:30 +00:00
Transforms [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
Unit Revert "Attempt to disable MLIR JIT tests on PowerPC to unbreak the bot" 2021-06-29 18:03:23 -05:00
lib [mlir][ods] Default-valued parameters in attribute or type defs 2022-02-15 19:02:11 +00:00
mlir-cpu-runner [mlir][Math] Fix NaN handling in Exp approximation 2022-02-15 15:17:56 +01:00
mlir-linalg-ods-gen [mlir][linalg] Add attributes to region builder (NFC). 2022-02-14 13:14:14 +00:00
mlir-lsp-server [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
mlir-opt [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
mlir-pdll/Parser [PDLL] Add support for user defined constraint and rewrite functions 2022-02-10 12:48:59 -08:00
mlir-reduce [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
mlir-spirv-cpu-runner Fix clang-tidy issues in mlir/ (NFC) 2021-12-20 20:25:01 +00:00
mlir-tblgen [mlir][ods] Default-valued parameters in attribute or type defs 2022-02-15 19:02:11 +00:00
mlir-translate [mlir-translate] Teach these tools about --allow-unregistered-dialect 2022-02-03 09:00:38 -08:00
mlir-vulkan-runner [mlir] Replace StrEnumAttr -> EnumAttr in core dialects 2022-01-18 17:15:00 +00:00
python [mlir][python] Directly implement sequence protocol on Sliceable. 2022-02-14 09:45:17 -08:00
APITest.h Adjust "end namespace" comment in MLIR to match new agree'd coding style 2021-12-08 06:05:26 +00:00
CMakeLists.txt Disable the MLIR ExecutionEngine library when the native target is not configured 2022-01-15 19:36:27 +00:00
lit.cfg.py Mark some MLIR tests as requiring the native target to be configured 2022-01-14 07:23:14 +00:00
lit.site.cfg.py.in [MLIR][GPU] Add target arguments to SerializeToHsaco 2021-11-18 16:28:44 +00:00