llvm-project/mlir/test
Frederik Gossen 0372db05bb [MLIR] Use nested symbol to identify kernel in `LaunchFuncOp`.
Summary:
Use a nested symbol to identify the kernel to be invoked by a `LaunchFuncOp` in the GPU dialect.
This replaces the two attributes that were used to identify the kernel module and the kernel within seperately.

Differential Revision: https://reviews.llvm.org/D78551
2020-04-22 07:44:29 +00:00
..
Analysis [mlir] Extended Dominance analysis with a function to find the nearest common dominator of two given blocks. 2020-03-27 14:55:40 +01:00
Conversion [MLIR] Use nested symbol to identify kernel in `LaunchFuncOp`. 2020-04-22 07:44:29 +00:00
Dialect [MLIR] Use nested symbol to identify kernel in `LaunchFuncOp`. 2020-04-22 07:44:29 +00:00
EDSC [mlir][Linalg] NFC - Split out EDSCs that require a Folder 2020-04-16 18:06:05 -04:00
Examples [MLIR] Update tutorial to add missing tests and bring directory paths and code snippets up to date. 2020-04-17 20:15:16 -07:00
IR [MLIR] Verify there are no side-effecting ops in GenericAtomicRMWOp body. 2020-04-22 09:02:58 +02:00
Pass Refactor the way that pass options are specified. 2019-12-23 16:48:22 -08:00
SDBM [mlir] Remove need for static global ctors from mlir-translate 2020-04-08 16:52:33 -06:00
Target Fix MLIR test case failure caused by 89e0662dee 2020-04-14 09:54:22 +05:30
Transforms [mlir][SCCP] Add support for propagating constants across inter-region control flow. 2020-04-21 02:59:25 -07:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir] [linalg] Specify alignment during promotion. 2020-04-21 18:13:40 +02:00
mlir-cpu-runner [mlir][test] NFC - Rename cblas to mlir_test_cblas 2020-04-09 16:13:33 -04:00
mlir-cuda-runner [MLIR] Allow for multiple gpu modules during translation. 2020-04-16 14:18:31 +02:00
mlir-linalg-ods-gen [mlir][Linalg] Create a named batch_matmul op and pipe it through. 2020-04-21 12:09:46 -04:00
mlir-opt Keep output file after successful execution of mlir-opt 2020-04-08 03:37:45 +00:00
mlir-tblgen [mlir][ods] Add materialize derived attribute method 2020-04-20 13:13:04 -07:00
mlir-vulkan-runner [MLIR] Use nested symbol to identify kernel in `LaunchFuncOp`. 2020-04-22 07:44:29 +00: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][Linalg] Create a tool to generate named Linalg ops from a Tensor Comprehensions-like specification. 2020-04-10 13:59:25 -04:00
lit.cfg.py [mlir][Linalg] Create a tool to generate named Linalg ops from a Tensor Comprehensions-like specification. 2020-04-10 13:59:25 -04:00
lit.site.cfg.py.in [MLIR] Add simple runner utilities for timing 2020-03-31 23:08:29 +05:30