aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Integration
AgeCommit message (Expand)AuthorFilesLines
2023-12-07[mlir][sparse] add sparse convolution with 5x5 kernel (#74793)Aart Bik5-4/+220
2023-12-07[mlir][sparse] code formatting (NFC) (#74779)Aart Bik2-15/+13
2023-12-06[mlir][sparse] fix bugs when generate sparse conv_3d kernels. (#74561)Peiming Liu1-1/+61
2023-12-05[MLIR] Enable GPU Dialect to SYCL runtime integration (#71430)Sang Ik Lee4-0/+191
2023-12-01[mlir][sparse] fix crash when generate rotated convolution kernels. (#74146)Peiming Liu1-1/+36
2023-12-01[mlir][sve][nfc] Merge the integration tests for linalg.matmul (#74059)Andrzej Warzyński2-96/+69
2023-12-01[mlir][tosa] Improve lowering to tosa.fully_connected (#73049)Spenser Bauman1-0/+36
2023-12-01[mlir][sve][nfc] Update a test to use transform-interpreter (#73771)Andrzej Warzyński1-28/+42
2023-11-30[mlir][ArmSME] Switch to an attribute-based tile allocation scheme (#73253)Benjamin Maxwell12-25/+24
2023-11-29[mlir][sve] Add an e2e for linalg.matmul with mixed types (#73773)Andrzej Warzyński1-0/+83
2023-11-27[mlir][sparse] rename DimLevelType to LevelType (#73561)Aart Bik6-24/+23
2023-11-27Reland "[mlir][gpu] Align reduction operations with vector combining kinds (#...Jakub Kuderski2-2/+2
2023-11-27[mlir][gpu] Support Cluster of Thread Blocks in `gpu.launch_func` (#72871)Guray Ozen1-0/+65
2023-11-23[mlir][linalg] Add an e2e test for linalg.matmul to ArmSME (#72144)Cullen Rhodes1-0/+103
2023-11-22[mlir][ArmSME] Move ArmSME -> intrinsics lowerings to `convert-arm-sme-to-llv...Benjamin Maxwell12-12/+12
2023-11-21[mlir][sparse] test on read/convert permuted 3d sparse tensors (#72925)Aart Bik1-0/+262
2023-11-21[mlir][sparse] add a csr x bsr matmul test case (#73012)Peiming Liu1-1/+23
2023-11-20[mlir][sparse] test four row/col major versions of BSR (#72898)Aart Bik1-0/+220
2023-11-17Revert "[mlir][sparse] stress test BSR" (#72735)Mehdi Amini1-178/+0
2023-11-17[mlir][sparse] stress test BSR (#72712)Aart Bik1-0/+178
2023-11-17[mlir][sparse] enable 2:4 test for both directIR/libgen path (#72593)Aart Bik1-2/+5
2023-11-16[mlir][sparse] implement direct IR alloc/empty/new for non-permutations (#72585)Aart Bik2-5/+7
2023-11-15[mlir][sparse] Capitalize class comment (#72436)Aart Bik1-1/+1
2023-11-15[mlir][sparse] fix broken test (merge conflict marker was left) (#72438)Aart Bik1-1/+0
2023-11-15Changed all code and comments that used the phrase "sparse compiler" to inste...Tim Harvey106-573/+579
2023-11-14[mlir][sparse] enable Python BSR test (#72325)Aart Bik1-12/+49
2023-11-14[mlir][sparse] set rwx permissions to consistent values (#72311)Aart Bik3-0/+0
2023-11-14[mlir][sparse][gpu] re-enable all GPU libgen tests (#72185)Aart Bik3-35/+33
2023-11-14[mlir][ArmSME] Make use of backend function attributes for enabling ZA storag...Benjamin Maxwell12-31/+43
2023-11-13[mlir][sparse] remove filter-loop based algorithm support to handle a… (#71...Peiming Liu10-20/+20
2023-11-13[mlir][sparse] unify support of (dis)assemble between direct IR/lib path (#71...Aart Bik2-202/+79
2023-11-10[mlir][sparse] support sparsifying 2:4 block sparsity (#71749)Peiming Liu1-16/+42
2023-11-10[mlir] Add sm_90a GEMM test 128x128x128 (F32 += F16 * F16) (#69913)Guray Ozen1-0/+272
2023-11-10[mlir] Add sm_90a GEMM test 128x128x128 (F32 =F16*F16) with predicate (#70028)Guray Ozen1-0/+283
2023-11-10[mlir] Fix sm90 test for new verifierGuray Ozen1-4/+5
2023-11-10[mlir][linalg] Add an e2e test for linalg.matmul_transpose_a to ArmSME (#71644)Cullen Rhodes1-0/+96
2023-11-10[mlir][ArmSME] Lower transfer_write + transpose to vertical store (#71181)Cullen Rhodes1-0/+39
2023-11-09[mlir][sparse] temporarily disable BSR GPU libgen tests. (#71870)Peiming Liu1-33/+35
2023-11-09[mlir][sparse] re-enable aarch64 test. (#71855)Peiming Liu1-3/+0
2023-11-09[mlir][sparse] try fix flanky test. (#71845)Peiming Liu1-2/+2
2023-11-09[mlir][sparse] disable aarch64 test to fix buildbot error. (#71818)Peiming Liu1-0/+3
2023-11-08[mlir][sparse] end-to-end matmul between Dense and BSR tensors (#71448)Peiming Liu1-0/+123
2023-11-08[mlir][sparse][gpu] cleanup GPUDataTransferStrategy (#71615)Aart Bik9-80/+52
2023-11-08[mlir][ArmSME] Add support for lowering masked tile_load ops (#70915)Cullen Rhodes1-0/+212
2023-11-07Changed the phrase sparse-compiler to sparsifier in comments (#71578)Tim Harvey5-6/+6
2023-11-06[mlir][sparse] implement loose-compressed/2:4 on direct IR codegen path (#71461)Aart Bik1-0/+61
2023-11-06[mlir][ArmSME] remove addressof ops to undefined symbols (NFC)Cullen Rhodes1-5/+0
2023-11-06[mlir][ArmSME] Add support for lowering masked tile_store ops (#71180)Cullen Rhodes1-0/+122
2023-11-03[MLIR][LLVM] Remove typed pointer remnants from integration tests (#71208)Christian Ulmann21-29/+28
2023-11-02[mlir][sparse] support sparse constant to BSR conversion. (#71114)Peiming Liu1-10/+18