llvm-capstone/mlir
Guray Ozen ad4411230a
[MLIR] Make SM_90 integration tests use TargetAttr (#65926)
The 'TargetAttr' workflow was recently introduced to serialization for
'MLIR->LLVM->PTX'. #65857 removes previous passes (gpu::Serialization*
passes) because they are duplicates.

This PR removes the use of gpu::Serialization* passes in SM_90
integration tests, and enables the 'TargetAttr' workflow.

It also moves the transform dialect specific test to a new folder.
2023-09-11 14:34:03 +02:00
..
benchmark/python [NFC][Py Reformat] Reformat python files in mlir subdir 2023-05-26 08:05:40 +02:00
cmake/modules [mlir][python bindings] generate all the enums 2023-08-23 15:03:55 -05:00
docs [mlir] Move FunctionInterfaces to Interfaces directory and inherit from CallableOpInterface 2023-08-31 11:28:23 +00:00
examples [mlir] Move FunctionInterfaces to Interfaces directory and inherit from CallableOpInterface 2023-08-31 11:28:23 +00:00
include [mlir][llvm] Return failure from type converter for n-D scalable vectors (#65450) 2023-09-11 09:31:48 +01:00
lib [mlir][vector][NFC] isDisjointTransferIndices: Use getConstantIntValue (#65931) 2023-09-11 13:30:36 +02:00
python [mlir][python] Create all missing attribute builders. 2023-09-06 07:09:25 +00:00
test [MLIR] Make SM_90 integration tests use TargetAttr (#65926) 2023-09-11 14:34:03 +02:00
tools [mlir] Fix c++20 compat warning. NFC. (#65801) 2023-09-08 16:23:36 -04:00
unittests [mlir] Added erase() to fix memory leak. 2023-09-07 11:46:32 +02:00
utils [NFC] Set a variable in the mlir data formatter (#65554) 2023-09-06 20:13:39 -04:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir][NVVM] Adds the NVVM target attribute. 2023-08-08 19:21:36 +00:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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