summaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)Author
2025-11-22[MLIR][Python] remove PyYAML as a dep (#169145)Maksim Levental
2025-11-21[MLIR] [XeGPU] Fix dropSgLayoutAndData & dropInstData in SliceAttr (#168618)Nishant Patel
2025-11-21[mlir][presburger] Fix PresburgerSpace comment (#167292)lonely eagle
2025-11-21[MLIR] Drop use of REQUIRES:shell from tests (#168989)Aiden Grossman
2025-11-21[OpenMP][OMPIRBuilder] Use runtime CC for runtime calls (#168608)Nick Sarnie
2025-11-21[acc][flang] Implement acc interface for tracking type descriptors (#168982)Razvan Lupusoru
2025-11-21[mlir][ROCDL] Adds wmma scaled intrinsics for gfx1250 (#165915)Muzammiluddin Syed
2025-11-21Revert "[MLIR][GPU] subgroup_mma fp64 extension" (#169049)Fabian Mora
2025-11-21[MLIR][GPU] subgroup_mma fp64 extension (#165873)Giacomo Castiglioni
2025-11-21[mlir][py][c] Enable setting block arg locations. (#169033)Jacques Pienaar
2025-11-21[MLIR] Apply clang-tidy fixes for readability-container-size-empty in AffineO...Mehdi Amini
2025-11-21[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in AsmPrinter.cpp...Mehdi Amini
2025-11-21[MLIR] Apply clang-tidy fixes for readability-container-size-empty in ShardOp...Mehdi Amini
2025-11-21[MLIR][XeGPU][TransformOps] Add slice_dims argument to set_op_layout_attr and...Tuomas Kärnä
2025-11-21[mlir][llvm] Handle debug record import edge cases (#168774)Tobias Gysi
2025-11-21[mlir][linalg] Clean up op verifiers without custom checks(NFC) (#168712)Longsheng Mou
2025-11-20[MLIR] [XeGPU] Add distribution pattern for vector.constant_mask from Wg To S...Nishant Patel
2025-11-20[mlir][SCF] Add `scf::tileAndFuseConsumer` that tiles a consumer into a given...MaheshRavishankar
2025-11-20[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in ValueBoundsOpInterfa...Mehdi Amini
2025-11-20[mlir] Replace `llvm::OwningArrayRef` with `std::vector` (#168803)David Stone
2025-11-20[mlir][spirv] Add support for SwitchOp (#168713)Igor Wodiany
2025-11-20[mlir][tosa] Fix select folder when operands are broadcast (#165481)Luke Hutton
2025-11-20[MLIR][SCFToGPU] Guard operands before AffineApplyOp::create to avoid crash (...Shashi Shankar
2025-11-20[mlir][memref] Generalize dead store detection to all view-like ops (#168507)Simone Pellegrini
2025-11-20[mlir][Vector] Add support for scalable vectors to `ScanToArithOps` (#123117)Andrzej Warzyński
2025-11-20[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in SparseBufferRe...Mehdi Amini
2025-11-20[MLIR] Apply clang-tidy fixes for readability-container-size-empty in LinalgO...Mehdi Amini
2025-11-20[MLIR] Apply clang-tidy fixes for readability-identifier-naming in LLVMToLLVM...Mehdi Amini
2025-11-20[MLIR][LLVM] Extend DIScopeForLLVMFuncOp to handle cross-file operatio… (#1...Zichen Lu
2025-11-20Revert "[mlir][Pass] Fix crash when applying a pass to an optional interface"...Matthias Springer
2025-11-20[mlir][Pass] Fix crash when applying a pass to an optional interface (#168499)Matthias Springer
2025-11-20[mlir] Make remove-dead-values remove block and successorOperands before dele...lonely eagle
2025-11-19[tosa] : Relax dynamic dimension checks for batch for conv decompositions (#1...Sayan Saha
2025-11-19[MLIR][Vector] Add unroll pattern for vector.shape_cast (#167738)Nishant Patel
2025-11-19[MLIR][Conversion] XeGPU to XeVM: Use adaptor for getting base address from m...Sang Ik Lee
2025-11-19[MLIR][NVVM] Doc fixes (#168716)Guray Ozen
2025-11-19[tosa] : Enhance EqualizeRanks to handle dynamic dimensions. (#168564)Sayan Saha
2025-11-19[mlir][LLVM] Resync memory effect attribute with LLVM IR (#168568)darkbuck
2025-11-19[MLIR][Python] make sure stubs get installed with LLVM_DISTRIBUTION_COMPONENT...Maksim Levental
2025-11-19[mlir][vector] Missing indices on vectorization of 1-d reduction to 1-ranked ...Simone Pellegrini
2025-11-19[mlir][tensor] Drop unused AffineExpr variable (NFC) (#168651)Longsheng Mou
2025-11-19[MLIR][ODS] Fully qualify namespace for mlir::Attribute in ODS generated code...BogdanDragosV
2025-11-19[MLIR][NVVM] Add operations and interfacesGuray Ozen
2025-11-19[mlir][tosa] Fix linker failure in build bots introduced by #165581 (#168581)Luke Hutton
2025-11-19Reland "[MLIR][NVVM] Add tcgen05.mma MLIR Ops (#164356)" (#168638)Pradeep Kumar
2025-11-19[mlir] Use dictionary order to order the pass decl (NFC) (#168648)lonely eagle
2025-11-19[MLIR][NVVM] Move docs to correct folderGuray Ozen
2025-11-18[MLIR][XeGPU] Allow create mem desc from 2d memref (#167767)Jianhui Li
2025-11-18[OpenACC] add cl::values to ACCImplicitRoutineOptions (#168601)Scott Manley
2025-11-18[mlir][acc][flang] Introduce OpenACC interfaces for globals (#168614)Razvan Lupusoru