aboutsummaryrefslogtreecommitdiff
path: root/mlir/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-03-08[mlir] tentative fix for "'GTEST_NO_LLVM_SUPPORT' is not defined" war… (#84...Peiming Liu1-0/+3
2024-03-05[mlir] Expose MLIR_ROCM_CONVERSIONS_ENABLED in mlir-config.h. (#83977)Ingo Müller1-3/+3
2024-02-28[mlir] Expose MLIR_CUDA_CONVERSIONS_ENABLED in mlir-config.h. (#83004)Ingo Müller1-3/+4
2024-02-27[mlir][sparse] add merger support on Batch LevelType. (#83186)Peiming Liu1-18/+40
2024-02-25Apply clang-tidy fixes for readability-container-size-empty in SerializeToLLV...Mehdi Amini1-1/+1
2024-02-25Apply clang-tidy fixes for modernize-use-override in SerializeToLLVMBitcode.c...Mehdi Amini1-1/+1
2024-02-25Apply clang-tidy fixes for readability-container-size-empty in SerializeROCDL...Mehdi Amini1-2/+2
2024-02-25Apply clang-tidy fixes for modernize-use-override in SerializeROCDLTarget.cpp...Mehdi Amini1-1/+1
2024-02-21Apply clang-tidy fixes for readability-container-size-empty in SerializeNVVMT...Mehdi Amini1-3/+3
2024-02-21Apply clang-tidy fixes for modernize-use-override in SerializeNVVMTarget.cpp ...Mehdi Amini1-1/+1
2024-02-21Apply clang-tidy fixes for llvm-qualified-auto in OperationSupportTest.cpp (NFC)Mehdi Amini1-2/+2
2024-02-21Apply clang-tidy fixes for llvm-qualified-auto in InterfaceAttachmentTest.cpp...Mehdi Amini1-1/+1
2024-02-21Apply clang-tidy fixes for readability-identifier-naming in SerializationTest...Mehdi Amini1-3/+3
2024-02-20Apply clang-tidy fixes for performance-unnecessary-value-param in Serializati...Mehdi Amini1-1/+1
2024-02-20Apply clang-tidy fixes for performance-unnecessary-value-param in FileLineCol...Mehdi Amini1-1/+1
2024-02-20Apply clang-tidy fixes for readability-identifier-naming in BytecodeTest.cpp ...Mehdi Amini1-6/+6
2024-02-15Reapply "[mlir][sparse] remove LevelType enum, construct LevelType from Level...Peiming Liu1-17/+17
2024-02-15Revert "[mlir][sparse] remove LevelType enum, construct LevelType from LevelF...Mehdi Amini1-17/+17
2024-02-15[mlir][sparse] remove LevelType enum, construct LevelType from LevelF… (#81...Peiming Liu1-17/+17
2024-02-15[MLIR][Presburger] Implement vertex enumeration and chamber decomposition for...Abhinav2718281-4/+71
2024-02-08[MLIR] Fix crash in AffineMap::replace for zero result maps (#80930)Uday Bondhugula2-0/+24
2024-01-28[mlir][openacc][flang] Support wait devnum and clean async/wait IR (#79525)Valentin Clement (バレンタイン クレメン)1-7/+38
2024-01-22[MLIR][Presburger] Implement function to evaluate the number of terms in a ge...Abhinav2718282-0/+129
2024-01-20[MLIR][Presburger] Implement IntegerRelation::setId (#77872)Bharathi Ramana Joshi1-0/+34
2024-01-18[mlir][flang][openacc] Device type support on acc routine op (#78375)Valentin Clement (バレンタイン クレメン)1-0/+58
2024-01-15[mlir] Attribute add printStripped (#78008)Jacques Pienaar1-0/+18
2024-01-13[MLIR][Presburger] Helper functions to compute the constant term of a generat...Abhinav2718281-0/+42
2024-01-13[MLIR][Presburger] Implement Matrix::moveColumns (#68362)Bharathi Ramana Joshi1-4/+49
2024-01-12[mlir] introduce debug transform dialect extension (#77595)Oleksandr "Alex" Zinenko2-5/+4
2024-01-11[MLIR][Presburger] Implement computation of generating function for unimodula...Abhinav2718281-0/+36
2024-01-09[mlir][openacc] Restore unit tests for device_type functions (#77122)Valentin Clement (バレンタイン クレメン)3-0/+358
2024-01-09[mlir] Add global and program memory space handling to the data layout subsys...agozillon1-0/+38
2024-01-07[MLIR][Presburger] Implement IntegerRelation::mergeAndAlignSymbols (#76736)Bharathi Ramana Joshi1-0/+244
2024-01-07[MLIR][Presburger] Fix ParamPoint to be column-wise instead of row-wise (#77232)Abhinav2718281-8/+8
2024-01-07[MLIR][Presburger] Definitions for basic functions related to cones (#76650)Abhinav2718282-0/+49
2024-01-06[MLIR][Presburger] Shift GeneratingFunction.h to includes (#77114)Abhinav2718283-1/+75
2024-01-04[mlir] add a way to query non-property attributes (#76959)Oleksandr "Alex" Zinenko2-0/+13
2024-01-04[mlir] fix bytecode writer after c1eab57673ef3eb28Alex Zinenko1-0/+59
2024-01-04Revert "[mlir] Add `res()` method to `linalg::ContractionOpInterface` (#76539)"Mitch Phillips3-52/+0
2024-01-03[mlir] Add `res()` method to `linalg::ContractionOpInterface` (#76539)Jerry Wu3-0/+52
2024-01-03[mlir] fix AsmPrinter after c1eab57673ef3eAlex Zinenko1-0/+6
2024-01-03[mlir] fix Operation::getDiscardableAttrs in absence of properties (#76816)Oleksandr "Alex" Zinenko1-1/+39
2024-01-01[MLIR][Presburger] Implement PresburgerSpace::mergeAndAlignSymbols (#76397)Bharathi Ramana Joshi1-0/+70
2023-12-31[MLIR][Presburger] Fix bug in Identifier::isEqual assert (#76380)Bharathi Ramana Joshi1-0/+14
2023-12-30[MLIR][Presburger] Fix a bug with determinant of IntMatrix (#76622)Abhinav2718281-0/+3
2023-12-26[MLIR][Presburger] Generating functions and quasi-polynomials for Barvinok's ...Abhinav2718283-0/+164
2023-12-20Revert "[mlir][openacc] Add device_type support for compute operations (#75864)"Valentin Clement3-284/+0
2023-12-20[mlir][openacc] Add device_type support for compute operations (#75864)Valentin Clement (バレンタイン クレメン)3-0/+284
2023-12-19[MLIR][Presburger] Add LLL basis reduction (#75565)Abhinav2718281-0/+48
2023-12-13[MLIR][Presburger] Fix IntegerRelation::swapVar not swapping identifiers (#74...Bharathi Ramana Joshi1-0/+40