summaryrefslogtreecommitdiff
path: root/mlir/test/Integration
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-18[mlir][NVVM] Add no-rollback option to NVVM lowering passes (#168477)Matthias Springer
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-13[mlir][linalg] Fix Linalg runtime verification test (#167814)Matthias Springer
2025-11-12Reland yet again: [mlir] Add FP software implementation lowering pass: `arith...Maksim Levental
2025-11-12[mlir][tensor] Fix runtime verification for tensor.extract_slice for empty te...Hanumanth
2025-11-12[mlir][memref] Fix runtime verification for memref.subview for empty memref s...Hanumanth
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-10-28[mlir][complex] Fix exp accuracy (#164952)Aleksei Nurmukhametov
2025-10-27[mlir][memref] Fix runtime verification for memref.subview when size dimensio...Hanumanth
2025-10-27[mlir][tensor] Fix runtime verification for `tensor.extract_slice` when size ...Hanumanth
2025-10-23[MLIR][GPU] Generalize gpu.printf op lowering to LLVM call pattern. (#164297)Sang Ik Lee
2025-10-22[mlir][linalg] Fix Linalg runtime verification pass to handle tensors with di...Hanumanth
2025-10-21[mlir][sve] Extend the e2e test for linalg.pack + linalg.unpack (#158094)Andrzej Warzyński
2025-10-17[mlir][gpu]Add GPUToXeVM lowering pipeline pass. (#161216)Md Abdullah Shahneous Bari
2025-10-14[mlir][spirv] Fix test (NFC) (#163413)Erick Ochoa Lopez
2025-10-10[MLIR][Vector] Fix test following vector.splat removal (#162892)James Newling
2025-10-10[MLIR][Vector] Remove vector.splat (#162167)James Newling
2025-10-08[MLIR] Fix test failures for generate-runtime-verification pass from PR #1603...Hanchenng Wu
2025-09-23[mlir][test] Fix SVE e2e test (#160269)Andrzej Warzyński
2025-09-23[MLIR][NVVM] Update TMA Load Op (#156347)Durgadoss R
2025-09-22[mlir][arith][transforms] Fix f4E2M1FN to f32 cast (#160121)Jorn Tuyls
2025-09-22[mlir][test] Add e2e test for linalg.mmt4d + SVE (#157815)Andrzej Warzyński
2025-09-12[mlir][Transforms] Fix crash in `reconcile-unrealized-casts` (#158298)Matthias Springer
2025-09-12Revert "[mlir][Transforms] Fix crash in `reconcile-unrealized-casts`" (#158295)Mehdi Amini
2025-09-12[mlir][Transforms] Fix crash in `reconcile-unrealized-casts` (#158067)Matthias Springer
2025-08-25[mlir][nvgpu] Fix nvgpu integration test (#154748)lonely eagle
2025-08-13[MLIR][GPU][XeVM] Add XeVM target and XeVM dialect integration tests. (#148286)Sang Ik Lee
2025-08-13[mlir][Transforms] Dialect Conversion Driver without Rollback (#151865)Matthias Springer
2025-08-08[MLIR][Linalg] Remove matmul_transpose variants (#147961)Renato Golin
2025-08-07[mlir][vector] Replace vector.splat with vector.broadcast in some tests (#15...James Newling
2025-08-06[mlir][ExecutionEngine] Add LevelZeroRuntimeWrapper. (#151038)Md Abdullah Shahneous Bari
2025-07-28[mlir][Vector] Remove `vector.extractelement` and `vector.insertelement` ops ...Diego Caballero
2025-07-28Reapply "[mlir][linalg] Restrict linalg.pack to not have artificial padding."...Han-Chung Wang
2025-07-23[MLIR][AArch64] Lower vector.contract to Neon FEAT_BF16 operations (#148198)Momchil Velikov
2025-07-22[MLIR][AArch64] Lower `vector.contract` to SVE FEAT_BF16 operations (#147052)Momchil Velikov
2025-07-21[mlir][vector] Remove MatrixMultiplyOp and FlatTransposeOp from Vector dialec...Andrzej Warzyński
2025-07-09[MLIR][AArch64] Change some tests to ensure SVE vector length is the same thr...Momchil Velikov
2025-07-07[MLIR][Linalg] Remove elemwise_unary and elemwise_binary (#147082)Renato Golin
2025-06-26[MLIR][AArch64] Add integration test for lowering of `vector.contract` to Neo...Momchil Velikov
2025-06-25[MLIR] Legalize certain `vector.transfer_read` ops of scalable vectors (#143146)Momchil Velikov
2025-06-20[mlir][arith][transforms] Adds f4E2M1FN support to truncf and extf (#144157)Muzammil
2025-06-20[mlir][SparseTensor] Re-enable tests on AArch64 (#143387)Andrzej Warzyński