summaryrefslogtreecommitdiff
path: root/mlir/test/Integration/Dialect/Vector
AgeCommit message (Expand)Author
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-08-07[mlir][vector] Replace vector.splat with vector.broadcast in some tests (#15...James Newling
2025-07-28[mlir][Vector] Remove `vector.extractelement` and `vector.insertelement` ops ...Diego Caballero
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-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-17[MLIR] Integration tests for lowering vector.contract to SVE FEAT_I8MM (#140573)Momchil Velikov
2025-05-14[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180)Andrei Golubev
2025-05-13[mlir][ArmSME] Audit ArmSME load/store ops (#139573)Andrzej Warzyński
2025-04-11[mlir][vector] Tighten the semantics of vector.{load|store} (#135151)Andrzej Warzyński
2025-02-17[mlir][x86vector] Fix integration tests lowering (#124934)Adam Siemieniuk
2025-02-03[mlir][Vector] Add UB conversions to different tests and pipelines (#125145)Diego Caballero
2025-01-24[mlir] Rename mlir-cpu-runner to mlir-runner (#123776)Andrea Faulds
2024-12-20[mlir] Fix integration tests after #120580 (part 2) (#120751)Matthias Springer
2024-12-20[mlir][CF] Split `cf-to-llvm` from `func-to-llvm` (#120580)Matthias Springer
2024-12-20[mlir] Fix integration tests after #120548 (#120706)Matthias Springer
2024-11-26[mlir][bufferization] Fix OneShotBufferize when `defaultMemorySpaceFn` is use...Christopher Bate
2024-11-22[MLIR] Move warp_execute_on_lane_0 from vector to gpu (#116994)Petr Kurapov
2024-10-04[mlir][vector] Relax the requirements on broadcast dims (#99341)Andrzej Warzyński
2024-08-30[mlir][ArmSME] Fix test after #98043 (NFC)Benjamin Maxwell
2024-08-28Move stepvector intrinsic out of experimental namespace (#98043)Maciej Gabka
2024-08-19[mlir][ArmSME] Remove XFAILs (#104758)Benjamin Maxwell
2024-08-15[MLIR][test] Run SVE and SME Integration tests using qemu-aarch64 (#101568)Zhaoshi Zheng
2024-07-16[mlir][vector] Make the in_bounds attribute mandatory (#97049)Andrzej Warzyński
2024-06-07[mlir][vector] Remove Emulated Sub-directory (#94742)Mubashar Ahmad
2024-05-30[mlir][test] Rename Vector integration tests for CPU (nfc) (#93521)Andrzej Warzyński
2024-05-30[mlir][vector] Add 1D vector.deinterleave lowering (#93042)Mubashar Ahmad
2024-05-28[mlir] Remove dialect specific bufferization passes (Reland) (#93535)Kunwar Grover
2024-05-28[mlir][ArmSME] NFC: -force-streaming-compatible-sve rename fixup (#93177)Cullen Rhodes
2024-05-27[mlir][vector] Add result type to `interleave` assembly format (#93392)Jakub Kuderski
2024-05-14[mlir][ArmSME] Use liveness information in the tile allocator (#90448)Benjamin Maxwell
2024-03-20[mlir] split transform interfaces into a separate library (#85221)Oleksandr "Alex" Zinenko
2024-02-29[mlir][ArmSVE] Fix test-setArmVLBits.mlir after #83213Benjamin Maxwell
2024-02-28[mlir][vector][print] do not append newline to printing pure strings (#83213)Aart Bik
2024-02-28[mlir] update remaining transform tests to main pass (#81279)Oleksandr "Alex" Zinenko
2024-02-27[mlir][ArmSME] Remove XFAIL for load-store-128-bit-tileDavid Spickett
2024-02-23[mlir][ArmSME] Add test-lower-to-arm-sme pipeline (#81732)Cullen Rhodes
2024-02-22[mlir][test] Add -march=aarch64 -mattr=+sve to test-scalable-interleaveBenjamin Maxwell
2024-02-22[mlir][test] Add integration tests for vector.interleave (#80969)Benjamin Maxwell
2024-02-07[mlir][ArmSME] Support 4-way widening outer products (#79288)Cullen Rhodes
2024-01-31[mlir][ArmSME] Add initial SME vector legalization pass (#79152)Benjamin Maxwell
2024-01-31[mlir][ArmSME] Support 2-way widening outer products (#78975)Cullen Rhodes
2024-01-22[mlir] Add `mlir_arm_runner_utils` library for use in integration tests (#78583)Benjamin Maxwell
2024-01-22[mlir][ArmSME] Add arith-to-arm-sme conversion pass (#78197)Cullen Rhodes
2024-01-11[mlir][ArmSME][test] Make use of arm_sme.streaming_vl (NFC) (#77322)Benjamin Maxwell
2024-01-05[mlir][gpu] Improve `gpu-lower-to-nvvm-pipeline` Documentation (#77062)Guray Ozen