llvm-project/mlir
Thomas Raoux 09fc685ce6 [mlir][nvvm] Add attribute to nvvm.cpAsyncOp to control l1 bypass
Add attribute to be able to generate the intrinsic version of async copy
generating a copy with l1 bypass. This correspond to
cp.async.cg.shared.global in ptx.

Differential Revision: https://reviews.llvm.org/D125241
2022-05-09 19:34:48 +00:00
..
benchmark/python Revert "[mlir][sparse] Expose SpareTensor passes as enums instead of opaque numbers for vectorization and parallelization options." 2022-04-23 20:14:48 -05:00
cmake/modules [mlir] Fix build & test of mlir python bindings on Windows 2022-05-09 11:10:20 -07:00
docs [mlir] Add basic tree-sitter grammar file 2022-04-28 11:42:46 -07:00
examples [mlir] Attach InferTypeOpInterface on SameOperandsAndResultType operations when possible 2022-04-28 12:57:59 -07:00
include [mlir][nvvm] Add attribute to nvvm.cpAsyncOp to control l1 bypass 2022-05-09 19:34:48 +00:00
lib [mlir][nvvm] Add attribute to nvvm.cpAsyncOp to control l1 bypass 2022-05-09 19:34:48 +00:00
python [mlir:ODS] Support using attributes in AllTypesMatch to automatically add InferTypeOpInterface 2022-04-28 12:57:59 -07:00
test [mlir][nvvm] Add attribute to nvvm.cpAsyncOp to control l1 bypass 2022-05-09 19:34:48 +00:00
tools Reland "[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR." 2022-05-07 13:49:54 +02:00
unittests [mlir] Refactoring dialect and test code to use parseCommaSeparatedList 2022-05-09 12:36:54 -04:00
utils [mlir] Add basic tree-sitter grammar file 2022-04-28 11:42:46 -07:00
.clang-format
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt [mlir][PDLL] Add support for generating PDL patterns from PDLL at build time 2022-04-26 18:33:16 -07:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.