aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-07-23[mlir] Added new attributes to the llvm.call op in llvmir target (#99663)Finlay7-5/+205
2024-07-23Fix sign of largest known divisor of div. (#100081)Johannes Reifferscheid2-1/+8
2024-07-23[MLIR][LLVM] Always print variadic callee type (#99293)Tobias Gysi3-65/+260
2024-07-22[MLIR] Add f8E4M3 IEEE 754 type (#97118)Alexander Pivovarov24-10/+136
2024-07-23[mlir] [linalg] Add pattern to swap transpose with broadcast (#97063)donald chen4-2/+168
2024-07-22[mlir][spirv] Fix bug for `vector.broadcast` op in `convert-vector-to-spirv` ...Angel Zhang2-2/+15
2024-07-22[mlir] Add unit test for RankedTensorType wrapper example. (#99789)Jacques Pienaar1-0/+58
2024-07-22[OMPIRBuilder] - Handle dependencies in `createTarget` (#93977)Pranav Bhandarkar2-23/+173
2024-07-22[mlir][vector] Refactor vector-transfer-flatten.mlir (nfc) (3/n) (#95745)Andrzej Warzyński1-65/+82
2024-07-22[mlir][Transforms][NFC] Dialect conversion: Simplify `EraseBlockRewrite` cons...Matthias Springer1-7/+4
2024-07-22[mlir][docs] Update documentation for canonicalize. (#99753)donald chen1-1/+38
2024-07-21[mlir] Add a ValueSemantics trait. (#99493)Alexander Belyaev3-8/+39
2024-07-21[mlir][test] Add comments in a test (nfc) (#99810)Andrzej Warzyński1-0/+2
2024-07-20[MC] Remove unused bool arguments from createMCObjectStreamer callersFangrui Song1-2/+1
2024-07-20Add logging for emit functions in BytecodeWriter.cpp (#99558)Kevin Gleason1-113/+153
2024-07-20[mlir][Transforms] Dialect conversion: Simplify handling of dropped arguments...Matthias Springer2-122/+57
2024-07-19[mlir][docs] Update documentation for `vector.multi_reduction`. NFC (#99668)Angel Zhang1-2/+2
2024-07-19[mlir] Makes `zip_shortest` an optional keyword in `transform.foreach` (#98492)Guillermo Callaghan3-6/+7
2024-07-19[TOSA] Add lowering for `tosa.sin` and `tosa.cos` (#99651)Dhruv Chauhan2-0/+18
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