summaryrefslogtreecommitdiff
path: root/mlir/unittests
Commit message (Expand)AuthorAgeFilesLines
...
* [mlir] Use std::nullopt instead of None in comments (NFC)Kazu Hirata2022-12-041-2/+2
* [mlir/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-035-30/+31
* [mlir][sparse] support affine expression on sparse dimensions (analysis imple...Peiming Liu2022-11-231-1/+1
* Merge kDynamicSize and kDynamicSentinel into one constant.Aliia Khasanova2022-11-211-1/+1
* Apply clang-tidy fixes for readability-identifier-naming in MergerTest.cpp (NFC)Mehdi Amini2022-11-141-3/+3
* [mlir] Infer SubElementInterface implementations using the storage KeyTyRiver Riddle2022-11-041-2/+3
* [mlir][sparse] code refactoring, move <tid, loop id> -> dim map to Merger.Peiming Liu2022-10-271-17/+17
* [mlir][sparse] add some APIs for merger to query the tensor id for output ten...Peiming Liu2022-10-241-1/+12
* Fix #58322: Handlers for debug actions with equal parameter types must not ov...Tomás Longeri2022-10-222-6/+34
* [mlir][nfc] Clean-up usage of kDynamicSize.Aliia Khasanova2022-10-201-3/+4
* [mlir][sparse] Removing the DimLvlType and DimLevelFormat typeswren romano2022-10-181-17/+17
* [mlir][sparse] Favors synthetic tensor over other undefined tensorsPeiming Liu2022-10-061-21/+89
* [mlir][sparse] Favors defined dimension when optimize lattice points.Peiming Liu2022-10-061-0/+56
* [mlir:Parser] Always splice parsed operations to the end of the parsed blockRiver Riddle2022-10-051-0/+27
* [mlir] Fix ambiguity when building with Clang 14.0.6Alexandre Ganea2022-10-051-3/+1
* [mlir][sparse] Implement sparse_tensor.selectJim Kitchen2022-10-031-0/+1
* [mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski2022-09-295-8/+8
* [mlir] Making verification after parsing optionalRiver Riddle2022-09-282-0/+32
* [mlir] Add macro for enabling all generated pass declarationsrkayaith2022-09-281-3/+1
* [MLIR] Migrate Arithmetic -> LLVM conversion pass to the auto-generated const...Michele Scuttari2022-09-271-2/+1
* [mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski2022-09-261-1/+1
* [MLIR] Migrate MemRef -> LLVM conversion pass to the auto-generated constructorMichele Scuttari2022-09-261-1/+1
* [mlir] Don't include StringSwitch.h (NFC)Kazu Hirata2022-09-181-1/+0
* [mlir] make memref.subview produce strided layoutAlex Zinenko2022-09-161-9/+9
* [MLIR][Presburger] Improve unittest parsingGroverkss2022-09-1514-1035/+814
* Revert "[MLIR][Presburger] Improve unittest parsing"Groverkss2022-09-1513-834/+1010
* Revert "[mlir] Remove the unused source file."Groverkss2022-09-151-0/+25
* Apply clang-tidy fixes for llvm-include-order in TypeTest.cpp (NFC)Mehdi Amini2022-09-151-1/+1
* Apply clang-tidy fixes for bugprone-argument-comment in LLVMTypeTest.cpp (NFC)Mehdi Amini2022-09-151-2/+2
* [mlir] Remove the unused source file.Haojian Wu2022-09-151-25/+0
* [MLIR][Presburger] clarify why -0 is used instead of 0 (NFC)Arjun P2022-09-151-1/+2
* [MLIR][Presburger] Improve unittest parsingGroverkss2022-09-1513-1012/+838
* [MLIR][Presburger] Add hermite normal form computation to MatrixGroverkss2022-09-141-0/+56
* [MLIR][Presburger] use arbitrary-precision arithmetic with MPInt instead of i...Arjun P2022-09-145-136/+180
* [mlir] Fix DenseElementsAttr treatment of bool splat of "true"River Riddle2022-09-131-0/+14
* [mlir][sparse] properly record dimension level type and propertiesAart Bik2022-09-121-10/+10
* [MLIR][Presburger] Refactor MultiAffineFunction to be defined over universeGroverkss2022-09-113-6/+12
* [mlir] Fix asan leak in BlockAndValueMapping testRiver Riddle2022-09-091-0/+3
* [mlir] Improve bitEnumContains methods.Hanhan Wang2022-09-091-4/+4
* [MLIR] Improve interaction of TypedValue with BlockAndValueMappingTyker2022-09-092-0/+35
* [mlir] Fix DenseElementsAttr::mapValues(i1, splat).Chenguang Wang2022-09-061-0/+34
* Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari2022-08-301-2/+3
* [MLIR] Update pass declarations to new autogenerated filesMichele Scuttari2022-08-301-3/+2
* [MLIR] Unique autogenerated file for tablegen passesMichele Scuttari2022-08-302-2/+1
* [MLIR] Fix autogenerated pass constructors linkageMichele Scuttari2022-08-291-3/+4
* [NFC][mlir] Add support for llvm style casting for mlir typesTyker2022-08-242-0/+68
* [MLIR] Fix cast warning in pass tablegen testMichele Scuttari2022-08-242-2/+2
* [MLIR] Split autogenerated pass declarations & C++ controllable pass optionsMichele Scuttari2022-08-243-11/+96
* [mlir] Populate default attributes on op creationJacques Pienaar2022-08-221-2/+1
* [NFC][mlir][affine] Typo in Affine Analysis testKai Sasaki2022-08-211-2/+2