aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-07-19[mlir] New canonicalization patterns for shape.shape_of and tensor.reshape (#...Rafael Ubal5-10/+196
2024-07-19[MLIR][OpenMP] NFC: Sort clause definitions (#99504)Sergio Afonso1-28/+28
2024-07-19[mlir][tosa] Use roundeven in TOSA cast splat constant op folding (#99484)Corentin Ferry2-1/+13
2024-07-19[mlir][linalg] Restrict scalable vectorisation (#98639)Andrzej Warzyński2-10/+128
2024-07-18Revert "[mlir][ArmSME] Suppress potential unused warning (#99573)" (#99578)Chenguang Wang1-1/+0
2024-07-18[mlir][ArmSME] Suppress potential unused warning (#99573)Chenguang Wang1-0/+1
2024-07-18[mlir] Fix a warningKazu Hirata1-0/+1
2024-07-18[mlir][ArmSME] Support filling liveness 'holes' in the tile allocator (#98350)Benjamin Maxwell2-29/+283
2024-07-18[mlir][spirv] Restructure code in `SPIRVConversion.cpp`. NFC. (#99393)Angel Zhang1-249/+251
2024-07-18[MLIR][Affine] NFC. Expose affine loop tiling validity utility (#99459)Uday Bondhugula4-66/+71
2024-07-18[mlir] Fix unused-variable warning w/o assertions. (#99489)Johannes Reifferscheid1-0/+2
2024-07-18[mlir][BytecodeReader] Const qualify *SectionReader, NFC (#99376)Hideto Ueno1-13/+13
2024-07-18[MLIR] NFC. Remove anti-patterns given the default null init for Value (#99457)Uday Bondhugula1-4/+2
2024-07-18[mlir][Linalg] Remove unused header include.Adrian Kuegel1-1/+0
2024-07-18[mlir][linalg] Decompose winograd operators (#96183)Hsiangkai Wang4-0/+990
2024-07-17[mlir][NFC] Add rewrite header to fix standalone header compile (#99370)Jordan Rupprecht1-0/+1
2024-07-17[mlir][spirv] Implement vector type legalization for function signatures (#98...Angel Zhang18-13/+557
2024-07-17[mlir][Tensor] Add pattern to fold concats of empty. (#98994)MaheshRavishankar2-2/+73
2024-07-17[mlir] Fix block merging (#97697)Giuseppe Rossini12-83/+445
2024-07-17[MLIR][ROCDL] Refactor conversion of math operations to ROCDL calls to a sepa...Jan Leyonberg9-44/+652
2024-07-17[MLIR] Add attributes no_unwind and will_return to the LLVMIR dialect (#98921)Finlay6-0/+59
2024-07-17[MLIR][Vector] Generalize DropUnitDimFromElementwiseOps to non leading / trai...Hugo Trachino2-23/+85
2024-07-17[mlir][gpu] Add mlir_c_runner_utils to fix #99035Guray Ozen1-0/+1
2024-07-17[mlir][gpu] Use alloc OP's `host_shared` in cuda runtime (#99035)Guray Ozen2-3/+37
2024-07-17[mlir] Fix build error (NFC)Jie Fu1-1/+1
2024-07-16[mlir] Add RewriterBase to the C API (#98962)Fehr Mathieu7-0/+1088
2024-07-16[mlir][vector] Make the in_bounds attribute mandatory (#97049)Andrzej Warzyński25-90/+153
2024-07-16Add basic -mtune support (#98517)Alexis Perry-Holby5-0/+39
2024-07-16[mlir][vector] Update tests for collapse 6/n (nfc) (#98902)Andrzej Warzyński1-129/+138
2024-07-16[mlir][ROCDL] Construct AMDGCN ISA control variable explicitly (#98912)Fabian Mora1-8/+9
2024-07-16Reapply "[Intrinsics][PreISelInstrinsicLowering] llvm.memcpy.inline length no...Alex Bradbury1-2/+2
2024-07-16Add support for enum doc gen (#98885)Tom Natan2-9/+86
2024-07-16[MLIR][SCF] fix scf.index_switch fold convergence (#98535) (#98680)Keyi Zhang3-25/+52
2024-07-15[mlir] Remove bytecode reader & writer header from interface. (#98920)Jacques Pienaar5-4/+5
2024-07-15mlir/Presburger: optimize to avoid creating copies (#97897)Ramkumar Ramachandra9-111/+123
2024-07-15[mlir] Fix GPU integration test (part 2) (#98918)Matthias Springer1-1/+1
2024-07-15[mlir] Fix GPU integration test (#98917)Matthias Springer5-5/+5
2024-07-15[mlir][Transforms] Dialect conversion: Fix missing source materialization (#9...Matthias Springer9-60/+141
2024-07-15Fix simplification of x + x//c*-c to x mod c. (#98909)Johannes Reifferscheid2-1/+11
2024-07-15[MLIR][OpenMP] NFC: Address tablegen warnings (#98485)Sergio Afonso1-6/+16
2024-07-15[mlir][vector] Update tests for collapse 5/n (nfc) (#96227)Andrzej Warzyński1-0/+122
2024-07-15[MLIR][Linalg] Fix named structured ops yaml file (#98865)Renato Golin3-1/+14
2024-07-15[mlir] [bufferize] fix bufferize deallocation error in nest symbol table (#98...donald chen4-26/+82
2024-07-14[mlir][spirv] Handle scalar shuffles in vector to spirv conversion (#98809)Jakub Kuderski2-9/+40
2024-07-14[NFC] Fix some typos (#98791)c8ef1-1/+1
2024-07-13Remove redundant linalg.matmul_signed (#98615)Renato Golin3-92/+9
2024-07-13[mlir][EmitC] Add member access ops (#98460)Marius Brehler6-6/+136
2024-07-12[MLIR][LLVM] Use CyclicReplacerCache for recursive DIType import (#98203)Billy Zhu3-227/+51
2024-07-12[MLIR] Cyclic AttrType Replacer (#98206)Billy Zhu4-49/+467
2024-07-12[OpenMP]Support for lowering masked op (#98401)Anchu Rajendran S2-0/+60