aboutsummaryrefslogtreecommitdiff
path: root/mlir/test
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[OpenMPIRBuilder] Cast device num_threads to i32 for __kmpc_parallel_60 (#194...Abid Qadeer1-0/+19
2026-04-28[mlir][tosa] Verify the output shape of tosa.mul and tosa.rescale (#193952)Luke Hutton1-0/+21
2026-04-28[mlir][smt] Allow empty function domains (#193732)Bea Healy1-0/+6
2026-04-28[mlir][SPIR-V] Allow SpecConstantComposite constituents to reference other Sp...Arseniy Obolenskiy1-0/+51
2026-04-28[mlir][x86] Fix - Replace `load` with `transfer_read` to support on tensor ty...Arun Thangamani1-0/+105
2026-04-28[mlir][tosa] Make tosa-attach-target optional in addTosaToLinalgPasses (#193467)Pablo Antonio Martinez1-0/+14
2026-04-27[MLIR][XeGPU] XeGPU DpasMx Op Definition adds Layout Support (#194117)Jianhui Li4-20/+271
2026-04-27[Flang][OpenMP] Add support for scope construct (#193098)Sunil Shrestha2-0/+190
2026-04-27[MLIR][GPU] Fix async.yield gpu.async.token lowering race (#190717)Jared Hoberock1-0/+46
2026-04-27[mlir][spirv] Add missing capabilities for CoopMatrix in TypeExtensionVisitor...Igor Wodiany1-0/+39
2026-04-27[mlir][spirv] Add CoopMatrix type tests for fp8 and bf16 element types (#193805)Igor Wodiany1-0/+12
2026-04-27[MLIR][XeGPU] Fix Layout collapse dims out of bounds (#193661)Jianhui Li1-0/+26
2026-04-27[MLIR][NVVM] Add `nvvm.log2` OP (#193789)Guray Ozen2-0/+28
2026-04-27[MLIR][OpenMP][OMPIRBuilder] Improve shared memory checks (#161864)Sergio Afonso3-5/+81
2026-04-27[Flang][OpenMP] Add pass to replace allocas with device shared memory (#161863)Sergio Afonso1-0/+149
2026-04-27[Flang][MLIR][OpenMP] Add explicit shared memory (de-)allocation ops (#161862)Sergio Afonso3-2/+107
2026-04-27[MLIR][OpenMP] Refactor omp.target_allocmem to allow reuse, NFC (#161861)Sergio Afonso2-0/+38
2026-04-27[OMPIRBuilder] Add support for explicit deallocation points (#154752)Sergio Afonso4-11/+20
2026-04-27[OpenMP][OMPIRBuilder] Support parallel in Generic kernels (#150926)Sergio Afonso1-3/+22
2026-04-27[OpenMP][OMPIRBuilder] Use device shared memory for arg structures (#150925)Sergio Afonso1-5/+5
2026-04-27[MLIR][OpenMP] Support allocations of device shared memory (#150924)Sergio Afonso1-0/+81
2026-04-27[MLIR][OpenMP] Remove Generic-SPMD early detection (#150922)Sergio Afonso1-1/+1
2026-04-27[mlir][spirv] Tighten SPIR-V TOSA pool constraints (#193515)Davide Grohmann1-0/+56
2026-04-27[memref] Simplify loads from reinterpret_cast of 1D contiguous memrefs (#188459)ioana ghiban1-3/+317
2026-04-27[mlir][NVGPUToNVVM] Support BF16 mma.sync lowering (#194203)Hao Ren1-0/+23
2026-04-27[MLIR][NVVM] Add movmatrix Op (#193995)Varad Rahul Kamthe3-0/+44
2026-04-26[mlir][arith] Fold subi(a, subi(a, b)) to b (#194134)Longsheng Mou1-0/+10
2026-04-26[mlir][math] Add constant folding for sincos/cbrt (#194130)Longsheng Mou1-0/+51
2026-04-25[MLIR][XeGPU] Remove offsets from create_nd_tdesc & remove update_nd_offset, ...Nishant Patel17-2404/+1802
2026-04-25[mlir][math] Add rounding modes to `math.fma` (#192839)Matthias Springer2-2/+48
2026-04-24[MLIR][XeVM] Update API usage. Some OpenCL APIs are not supported. (#193320)Sang Ik Lee2-17/+19
2026-04-24[AMDGPU] Correct gfx950 smfmac sparse index verifier (#193541)Eric Feng3-23/+81
2026-04-24[mlir] Add analysis filter in dataflow solver (#192998)Max1916-2/+241
2026-04-24[MLIR][NVVM] Add `nvvm.ex2` OP (#193790)Guray Ozen2-0/+28
2026-04-24[MLIR][XeGPU][VectorToXeGPU] Fixed lowering of transfer_read/write for rank >...Andrey Pavlenko2-58/+99
2026-04-24[MLIR][NVVM] Add `nvvm.cos` OP (#193792)Guray Ozen2-0/+29
2026-04-24[MLIR][XeGPU] Remove use-by-broadcast-only restriction for ShapeCast op in Wg...Jianhui Li1-0/+24
2026-04-24[mlir][tosa] Fix integer bilinear (quantized) tosa.resize lowering to use flo...Henry Wu1-4/+5
2026-04-24[MLIR][NVVM] Add `nvvm.sin` OP (#193775)Guray Ozen2-0/+30
2026-04-24[mlir][math] Add constant folding for `math.fpowi` (#193761)Longsheng Mou2-1/+35
2026-04-24[mlir][EmitC] Add tests for arith.max/min float/signed int conversions (#190160)ioana ghiban1-0/+60
2026-04-23[MLIR][Vector] Add fastmath attribute to vector.contract (#192788)Princeton Ferro1-0/+126
2026-04-23[mlir][xegpu] Add support for `vector.transfer_read/write` on SLM buffers (#1...Charitha Saumya2-5/+95
2026-04-23[mlir][canonicalize] Add filter-dialects option (#193041)Mehdi Amini1-0/+29
2026-04-23[MLIR][Mem2Reg] Ensure dominance of default value in regions (#193708)Ivan R. Ivanov1-0/+28
2026-04-23[mlir] Enhance error messages for attribute type mismatch in properties (#193...Vincentius Janssen1-5/+5
2026-04-23[AMDGPU] Implement amdgpu.dot op (#193371)Eric Feng6-0/+357
2026-04-23[OpenMP][OMPIRBuilder] Convert cmpxchg memory order to C ABI constants (#193536)Chi-Chun, Chen1-4/+24
2026-04-23[mlir][vector] Generalize castAwayContractionLeadingOneDim (#187312)Erick Ochoa Lopez1-0/+19
2026-04-23[mlir][memref][NVGPU] Move NVGPU ops to IndexedAccessOpInterface (#190430)Krzysztof Drewniak2-80/+93