summaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)Author
2025-11-18[NFC][TableGen] Remove `close` member from various CodeGenHelpers (#167904)Rahul Joshi
2025-11-18Revert "[MLIR][NVVM] Add tcgen05.mma MLIR Ops" (#168583)Mehdi Amini
2025-11-18[MLIR][Python] Add arg_attrs and res_attrs to gpu func (#168475)Asher Mancinelli
2025-11-18[mlir][amdgpu] Sink op creation in scaled conversion intrinsics (NFC) (#168542)Erick Ochoa Lopez
2025-11-18[mlir][tosa] Fix shared buildMichael Liao
2025-11-18[mlir][tosa] Add a pass to narrow i64 to i32 (#165581)Luke Hutton
2025-11-18[MLIR][NVVM] Move the docs to markdown file (#168375)Guray Ozen
2025-11-18[MLIR][SPIRV] Lower SPIR-V Tan/Tanh ops to LLVM intrinsics (#168419)Hank
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto
2025-11-18[MLIR][NVVM] Add tcgen05.mma MLIR Ops (#164356)Pradeep Kumar
2025-11-18[mlir][bufferization] Refine tensor-buffer compatibility checks (#167705)Andrei Golubev
2025-11-18[mlir][SCF] Add pass option to deactivate pattern rollback (#168481)Matthias Springer
2025-11-18[mlir][NVVM] Add no-rollback option to NVVM lowering passes (#168477)Matthias Springer
2025-11-17Fix build breakage (MLIR LLVM dialect requires MLIRInferIntRangeInterface) (#...Jeremy Furtek
2025-11-17[mlir][acc] Add ACCImplicitRoutine pass for implicit `acc routine` (#168433)Razvan Lupusoru
2025-11-17[mlir][amdgpu] Add lowerings for ScaledExtPacked816 (#168123)Erick Ochoa Lopez
2025-11-17[mlir][XeGPU] Use DistributeLayoutAttr instead of LayoutAttr for load gather/...Dmitry Chigarev
2025-11-17Fix side effects for LLVM integer operations (udiv, sdiv) incorrectly marked ...Jeremy Furtek
2025-11-17Add 'exact' flag to arith.shrui/shrsi/divsi/divui operations (#165923)Jeremy Furtek
2025-11-17[MLIR][SparseTensor] Dense Outer Loop Ordering Strategy (#160168)Govind Malasani
2025-11-17[MLIR][NVVM][Docs] Explain memory spaces (#168059)Guray Ozen
2025-11-17[MLIR][NVVM][NFC] Re-order mem_scope and shared_space attrs (#168348)Durgadoss R
2025-11-17[MLIR] Add verification that symbol operations must not have results (#168390)Tim Noack
2025-11-17[MLIR] Apply clang-tidy fixes for readability-identifier-naming in Parser.cpp...Mehdi Amini
2025-11-17[mlir][emitc] Refactor brackets in expressions (#168267)Gil Rapaport
2025-11-17[mlir][amdgpu] Fix documentation and verifiers (#167369)Erick Ochoa Lopez
2025-11-17[MLIR] Fix empty optional access in DialectConversion (#168331)Vadim Curcă
2025-11-17[MLIR][NVVM] Add support for shared::cta destination (#168056)Durgadoss R
2025-11-17[Linalg] Add *Conv1D* matchers (#168050)Abhishek Varma
2025-11-15[mlir] Remove a redundant cast (NFC) (#168241)Kazu Hirata
2025-11-15[mlir][MemRef] Add UB as a dependent dialect and use `ub.poison` for Mem2Reg ...Fabian Mora
2025-11-15[mlir] Adopt cast function objects. NFC. (#168228)Jakub Kuderski
2025-11-15[mlir] Use llvm::copy (NFC) (#168213)Kazu Hirata
2025-11-15[MLIR][Transform][Python] Expose applying named_sequences as a method (#168223)Rolf Morel
2025-11-15[MLIR][Python] Add tests for nvvm barrier ops (#167976)Asher Mancinelli
2025-11-15[mlir][emitc] Fix ineffective tests (#168197)Gil Rapaport
2025-11-14[mlir] Remove filtering of deprecated rocm-agent-enumerator value gfx000 (#16...alessandra simmons
2025-11-14[mlir][acc] Check legality of symbols in acc regions (#167957)Razvan Lupusoru
2025-11-14[MLIR] Extend vector.scatter to accept tensor as base (#165548)Ryutaro Okada
2025-11-14[mlir][tosa] Fix scatter duplicate indices check for int64 (#168085)Luke Hutton
2025-11-14[mlir][NVVM][NFC] Remove useless options form run lines (#168098)Valentin Clement (バレンタイン クレメン)
2025-11-14[MLIR][LLVM] Debug info: import debug records directly (#167812)Bruno Cardoso Lopes
2025-11-14[TableGen] Split *GenRegisterInfo.inc. (#167700)Ivan Kosarev
2025-11-14[mlir][tosa] Allow int64 index tensors in gather/scatter (#167894)Luke Hutton
2025-11-14[Linalg] Add basic infra to add matchers for linalg.*conv*/*pool* ops (#163724)Abhishek Varma
2025-11-13[mlir][ROCDL] Refactor wmma intrinsics to use attributes not operands where p...Muzammiluddin Syed
2025-11-13[mlir][python] Fix ir.Value type to not break other types (#167930)Nirvedh Meshram
2025-11-13[mlir][NVVM] Make sure barrier reduction attr can roundtrip (#167958)Valentin Clement (バレンタイン クレメン)
2025-11-13[mlir][emitc] Remove dead methods from emitter (#167657)Gil Rapaport
2025-11-13[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in ShardingPropagation....Mehdi Amini