summaryrefslogtreecommitdiff
path: root/mlir
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Add SingleBlockImplicitTerminator<"tensor::YieldOp"> to PadOp.Alexander Belyaev2022-01-222-11/+3
* [MLIR] Fix negative gcd in `normalizeDivisionByGCD` function.Prashant Kumar2022-01-222-2/+29
* [mlir][tosa] Add clamp + clamp as single clamp canonicalizationnot-jenni2022-01-212-0/+41
* [mlir][sparse] add ability for sparse tensor outputAart Bik2022-01-217-13/+177
* Fix a commit.Bixia Zheng2022-01-211-1/+1
* Only run MLIR PyTACO tests when python bindings are enabled.Bixia Zheng2022-01-211-0/+5
* [mlir] Add polynomial approximation for atan and atan2Rob Suderman2022-01-213-3/+331
* [mlir][sparse] Adding assertions for overhead storage typeswren romano2022-01-211-11/+39
* [mlir] Move linalg::PadTensorOp to tensor::PadOp.Alexander Belyaev2022-01-2152-1449/+1602
* [mlir][spirv] Support size-1 vector inserts during conversionLei Zhang2022-01-212-6/+38
* Upstream MLIR PyTACO implementation.Bixia Zheng2022-01-2114-0/+2379
* [llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille2022-01-214-0/+5
* [mlir][LangRef] Add top-level production to the MLIR grammarSiddharth Bhat2022-01-211-0/+13
* [mlir] Fully qualify return types in OpAsmInterface.td and FunctionInterfaces.tdMarkus Böck2022-01-212-4/+4
* [mlir][Linalg] Avoid generating illegal operations during elementwise fusion.MaheshRavishankar2022-01-202-0/+37
* Remove obsolete `getAsmResultNames` from OpAsmDialectInterfaceMehdi Amini2022-01-214-25/+6
* [mlir][python] 8b/16b DenseIntElements accessRahul Kayaith2022-01-215-0/+91
* Print the `// ----` separator between modules when using -split-input-file wi...Mehdi Amini2022-01-212-6/+8
* [mlir][tosa] Limit right-shift to 31 bitsRob Suderman2022-01-201-3/+3
* [mlir:TiingInterface] Remove unnecessary include of Tensor.hRiver Riddle2022-01-201-1/+0
* [MLIR][GPU] Add debug output to enable dumping GPU assemblyKrzysztof Drewniak2022-01-203-0/+28
* [mlir][pdl] Make `pdl` the default dialect when parsing/printingMogball2022-01-208-431/+444
* [mlir][pdl] OperationOp should not be side-effect freeMogball2022-01-203-2/+29
* [mlir][pdl] Some ops are missing `NoSideEffect`Mogball2022-01-201-7/+9
* [cmake] Make include(GNUInstallDirs) always below project(..)John Ericson2022-01-201-2/+7
* [mlir][vector] Allow values outside of [0; dim-size] in create_maskSergei Grechanik2022-01-204-6/+56
* [OpenMPIRBuilder] Detect and fix ambiguous InsertPoints for createParallel.Michael Kruse2022-01-201-0/+13
* [mlir][memref] Add better support for identity layouts in memref.collapse_sha...Stephan Herhut2022-01-202-4/+29
* [MLIR] The return type in the `computeSingleVarRepr` function is modified to ...Prashant Kumar2022-01-206-36/+59
* [mlir][bufferization] Move one-shot bufferization to Bufferization dialectMatthias Springer2022-01-2031-290/+296
* [mlir] Fix GCC5 build broken by improper name redefinitionRiver Riddle2022-01-191-6/+6
* [mlir] Make locations required when adding/creating block argumentsRiver Riddle2022-01-1959-257/+358
* Preserve function argument locations.Dominik Grewe2022-01-2010-60/+89
* [mlir] Don't print `// no predecessors` on entry blocksRiver Riddle2022-01-1945-179/+180
* Fix crash in MLIR opaque attribute parserMehdi Amini2022-01-192-1/+7
* Change elided large constant syntax to make it more explicitMehdi Amini2022-01-194-7/+7
* [mlir] Configure mlir so that it can be directly included in a parent cmakeli...Stella Stamenova2022-01-191-1/+6
* [mlir][sparse] Simplifying assertions in fromCOOwren romano2022-01-191-4/+3
* [tosa][mlir] Lowering for dynamic shapes in the reduce_x ops in tosa-to-linalgnatashaknk2022-01-192-6/+75
* [mlir][spirv] Add math.fma lowering to spirvThomas Raoux2022-01-195-50/+67
* [mlir][Linalg] Add a useLinalgCopy option to Linalg bufferization.Nicolas Vasilache2022-01-193-2/+46
* [mlir][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson2022-01-193-4/+9
* [mlir] Rework subclass construction in PybindAdaptors.hAlex Zinenko2022-01-1912-33/+195
* [mlir][linalg][bufferize][NFC] Move analysis-related code to Comprehensive Bu...Matthias Springer2022-01-197-274/+278
* [mlir][linalg][bufferize][NFC] Split analysis-related code from Bufferization...Matthias Springer2022-01-1914-91/+111
* [mlir] Fix PDL python bindings buildDenys Shabalin2022-01-191-3/+4
* [mlir] Introduce Python bindings for the PDL dialectDenys Shabalin2022-01-1912-2/+975
* [mlir][linalg][bufferize][NFC] Merge AllocationCallbacks into BufferizationOp...Matthias Springer2022-01-195-111/+91
* [mlir][linalg][bufferize] Generalize destination-passing style detectionMatthias Springer2022-01-1910-84/+182
* [mlir][linalg][bufferize] Support scf.execute_region bufferizationMatthias Springer2022-01-193-8/+108