summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect
AgeCommit message (Expand)Author
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][XeGPU][TransformOps] Add slice_dims argument to set_op_layout_attr and...Tuomas Kärnä
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][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][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][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-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][LLVM] Resync memory effect attribute with LLVM IR (#168568)darkbuck
2025-11-19[mlir][vector] Missing indices on vectorization of 1-d reduction to 1-ranked ...Simone Pellegrini
2025-11-18[MLIR][XeGPU] Allow create mem desc from 2d memref (#167767)Jianhui Li
2025-11-18[mlir][tosa] Add a pass to narrow i64 to i32 (#165581)Luke Hutton
2025-11-18[mlir][bufferization] Refine tensor-buffer compatibility checks (#167705)Andrei Golubev
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-17Add 'exact' flag to arith.shrui/shrsi/divsi/divui operations (#165923)Jeremy Furtek
2025-11-17[mlir][amdgpu] Fix documentation and verifiers (#167369)Erick Ochoa Lopez
2025-11-17[Linalg] Add *Conv1D* matchers (#168050)Abhishek Varma
2025-11-15[mlir][MemRef] Add UB as a dependent dialect and use `ub.poison` for Mem2Reg ...Fabian Mora
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][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[ROCDL] Added missing cluster.ids op (gfx1250) (#167890)Ravil Dorozhinskii
2025-11-13[ROCDL] Added missing s.get.named.barrier.state op (gfx1250) (#167876)Ravil Dorozhinskii
2025-11-12[mlir][memref] Remove invalid `extract_aligned_pointer_as_index` folding in `...Ivan Butygin
2025-11-12[MLIR][XeGPU][TransformOps] Add convert_layout op (#167342)Tuomas Kärnä
2025-11-12[mlir][tosa] Fix validation support for argmax with int64 output (#167378)Luke Hutton
2025-11-12[MLIR][XeGPU][TransformOps] Add insert_prefetch op (#167356)Tuomas Kärnä
2025-11-12[mlir][tosa] Allow int64 tensors in `tosa.intdiv` (#167367)Luke Hutton
2025-11-11[mlir][tosa] Add e2e tests for matmul_t_block_scaled (#166567)Udaya Ranga
2025-11-11[MLIR][XeGPU][TransformOps] Add set_gpu_launch_threads op (#166865)Tuomas Kärnä
2025-11-11[mlir]: Add handling of escaped memrefs to erase_dead_alloc_and_stores (#167255)Dmitriy Smirnov
2025-11-10 [ROCDL] Added matrix load-transpose ops for gfx1250+ (#165564)Ravil Dorozhinskii
2025-11-10[MLIR][XeGPU][TransformOps] Add set_op_layout_attr op (#166854)Tuomas Kärnä
2025-11-10[MLIR][XeGPU][TransformOps] Add get_desc_op (#166801)Tuomas Kärnä
2025-11-10[MLIR][XeGPU] Decouple `inst_data` and `lane_layout` in propagation (#166941)Artem Kroviakov
2025-11-10[mlir][tosa] Fix crash in `tosa.concat` verifier (#165966)Longsheng Mou
2025-11-09[MLIR] Fix FileCheck annotations and add 32-bit coverage (#167149)Men-cotton
2025-11-07[mlir][linalg-transform] dyn_cast DestinationStyleOpInterface and early retur...Hsiang-Chieh Tsou
2025-11-06[mlir] Introduce AlignmentAttrOpInterface to expose MaybeAlign (#161440)jiang1997
2025-11-06[mlir][acc] Erase empty kernel_environment ops during canonicalization (#166633)Vijay Kandiah
2025-11-06[mlir][acc] Add ACCImplicitData pass for implicit data attributes (#166472)Razvan Lupusoru