summaryrefslogtreecommitdiff
path: root/mlir/test/Conversion
AgeCommit message (Expand)Author
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-20[MLIR][SCFToGPU] Guard operands before AffineApplyOp::create to avoid crash (...Shashi Shankar
2025-11-19[MLIR][Conversion] XeGPU to XeVM: Use adaptor for getting base address from m...Sang Ik Lee
2025-11-19[mlir][LLVM] Resync memory effect attribute with LLVM IR (#168568)darkbuck
2025-11-18[MLIR][XeGPU] Allow create mem desc from 2d memref (#167767)Jianhui Li
2025-11-18[MLIR][SPIRV] Lower SPIR-V Tan/Tanh ops to LLVM intrinsics (#168419)Hank
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-17[mlir][amdgpu] Add lowerings for ScaledExtPacked816 (#168123)Erick Ochoa Lopez
2025-11-17Add 'exact' flag to arith.shrui/shrsi/divsi/divui operations (#165923)Jeremy Furtek
2025-11-15[mlir][emitc] Fix ineffective tests (#168197)Gil Rapaport
2025-11-13[mlir][ROCDL] Refactor wmma intrinsics to use attributes not operands where p...Muzammiluddin Syed
2025-11-13[mlir] Add FP software implementation lowering pass: `arith-to-apfloat` (#167...Matthias Springer
2025-11-12Revert "Reland yet again: [mlir] Add FP software implementation lowering pass...Maksim Levental
2025-11-12Reland yet again: [mlir] Add FP software implementation lowering pass: `arith...Maksim Levental
2025-11-12[MLIR][NVVM] Update mbarrier Ops to use AnyTypeOf[] (3/3) (#167567)Durgadoss R
2025-11-11Revert "Reapply "Reapply "[mlir] Add FP software implementation lowering pass...Maksim Levental
2025-11-11Reapply "Reapply "[mlir] Add FP software implementation lowering pass: `arith...Maksim Levental
2025-11-10Revert "Reapply "[mlir] Add FP software implementation lowering pass: `arith-...Maksim Levental
2025-11-10Reapply "[mlir] Add FP software implementation lowering pass: `arith-to-apflo...Maksim Levental
2025-11-10Revert "[mlir] Add FP software implementation lowering pass: `arith-to-apfloa...Maksim Levental
2025-11-10[mlir] Add FP software implementation lowering pass: `arith-to-apfloat` (#166...Maksim Levental
2025-11-10[MLIR][Conversion] XeGPU to XeVM: Add handler for 1D block ops (#165894)Sang Ik Lee
2025-11-09[MLIR] Fix FileCheck annotations and add 32-bit coverage (#167149)Men-cotton
2025-11-07[MLIR][XeVM] Update XeVM prefetch ops. (#166445)Sang Ik Lee
2025-11-07[mlir][arith] Fix `arith.select` lowering after #166513 (#166692)Matthias Springer
2025-11-05[mlir][LLVM] Fix unsupported FP lowering in `VectorConvertToLLVMPattern` (#16...Matthias Springer
2025-11-05[MLIR][NVVM] Update mbarrier Ops to use AnyTypeOf[] (2/n) (#165993)Durgadoss R
2025-11-04[MLIR][XeGPU][VectorToXeGPU] Lower vector.load/store/transfer_read/transfer_w...Dmitry Chigarev
2025-11-04[MLIR][Affine] Extend getVectorReductionOp to support xor/maxnumf/minnumf (#1...Lee Wei
2025-10-31[MLIR][NVVM] Update mbarrier.init/inval Ops to use AnyTypeOf[] (#165558)Durgadoss R
2025-10-30[mlir][gpu] Loose the condition to convert scf.parallel to gpu.launch (#164978)Hsiangkai Wang
2025-10-29[mlir][amdgpu][rocdl] Allow for graceful wmma conversion failures (#165616)Jakub Kuderski
2025-10-29[MLIR][Conversion] XeGPU to XeVM: Lower ranked dynamic base memory for create...Sang Ik Lee
2025-10-28[mlir][amdgpu][rocdl] Add gfx1250 wmma ops (#165064)Jakub Kuderski
2025-10-28[mlir][complex] Fix exp accuracy (#164952)Aleksei Nurmukhametov
2025-10-25[mlir][amdgpu] Update scaled_mfma assembly format with intrinsic shape (#165044)Jakub Kuderski
2025-10-25[mlir][amdgpu] Update mfma assembly format with intrinsic shape (#165037)Jakub Kuderski
2025-10-24[mlir][amdgpu] Add explicit intrinsic shape to wmma (#164920)Jakub Kuderski
2025-10-23[MLIR][GPU] Generalize gpu.printf op lowering to LLVM call pattern. (#164297)Sang Ik Lee
2025-10-21[Flang][OpenMP][Dialect] Swap to using MLIR dialect enum to encode map flags ...agozillon
2025-10-17[MLIR][MathToXeVM] Remove requirement for ModuleOp op type for MathToXeVM (#1...Ian Li
2025-10-17[MLIR][ROCDL] Add math.clampf -> rocdl.fmed3 conversion (#163520)Keshav Vinayak Jha
2025-10-16[MLIR][XeGPU] XeVM lowering support for load_matrix/store_matrix + fix saniti...Jianhui Li
2025-10-16Revert "[MLIR][XeGPU] XeVM lowering support for load_matrix/store_matrix" (#1...Vitaly Buka
2025-10-15[MLIR][XeGPU] XeVM lowering support for load_matrix/store_matrix (#162780)Jianhui Li
2025-10-15[MLIR][Conversion] Vector to LLVM: Remove unneeded vector shuffle (#162946)Sang Ik Lee
2025-10-15[MLIR][Conversion] XeGPU to XeVM: Remove unused type converter source materia...Sang Ik Lee
2025-10-15[MathToXeVM] Require asserts in testNikita Popov