aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/mlir-vulkan-runner
AgeCommit message (Expand)AuthorFilesLines
2024-06-17[mlir][spirv] Remove debug option from the `RUN` command in `vector-deinterle...Angel Zhang1-1/+1
2024-06-17[mlir][spirv] Reland integration test for `vector.deinterleave` (#95800)Angel Zhang1-0/+81
2024-06-14Revert "[mlir][spirv] Add integration test for `vector.deinterleave`" (#95607)Angel Zhang1-72/+0
2024-06-14[mlir][spirv] Add integration test for `vector.deinterleave` (#95469)Angel Zhang1-0/+72
2024-06-03[mlir][spirv] Add integration tests for `vector.interleave` and `vector.shuff...Angel Zhang2-0/+158
2024-05-29Revert "[mlir][spirv] Add integration test for `vector.interleave` and `vecto...Mehdi Amini2-106/+0
2024-05-29[mlir][spirv] Add integration test for `vector.interleave` and `vector.shuffl...Angel Zhang2-0/+106
2024-05-23[mlir][spirv] Add LIT test for vector.interleave to spirv.VectorShuffle (#93189)Angel Zhang1-0/+0
2024-05-03[mlir,test] Convert text files from CRLF to LFFangrui Song1-54/+54
2023-12-27[mlir::spirv] Support scf.if in mlir-vulkan-runner (#75367)Xiang Li1-0/+54
2023-10-19[mlir][spirv][webgpu] Add lowering of IAddCarry to IAdd (#68495)Finn Plummer1-0/+68
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta1-1/+1
2023-02-15Reland "[mlir] Make the vast majority of intgration and runner tests work on ...Markus Böck8-10/+10
2023-02-13Revert "[mlir] Make the vast majority of integration and runner tests work on...Aart Bik8-10/+10
2023-02-13[mlir] Make the vast majority of integration and runner tests work on WindowsMarkus Böck8-10/+10
2023-01-05[mlir][spirv] Add smul_extended expansion for WebGPUJakub Kuderski1-0/+66
2023-01-05[mlir][spirv] Fix extended umul expansion for WebGPUJakub Kuderski1-0/+66
2022-11-30[mlir][spirv] Allow controlling subgroup sizeLei Zhang6-6/+6
2022-09-26Reland "[mlir][spirv] Change td def/class prefix from SPV to SPIRV"Jakub Kuderski1-1/+1
2022-09-26Revert "[mlir][spirv] Change td def/class prefix from SPV to SPIRV"Jakub Kuderski6-6/+6
2022-09-26[mlir][spirv] Change td def/class prefix from SPV to SPIRVJakub Kuderski6-6/+6
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski6-19/+19
2022-09-06[MLIR] Switch lit tests to %mlir_lib_dir and %mlir_src_dir replacements.Christian Sigg6-6/+6
2022-06-10[mlir][vulkan] Add missing '<>' in test IRs to fix testLei Zhang1-1/+1
2022-06-09[mlir][spirv] Replace StructAttrs with AttrDefsMogball6-12/+13
2022-05-05[mlir] Fix the names of exported functionsStella Stamenova6-11/+11
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in tool/runner...River Riddle6-23/+23
2022-01-18[mlir] Replace StrEnumAttr -> EnumAttr in core dialectsMogball6-14/+14
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball6-53/+53
2021-03-15[mlir] fix SPIR-V CPU and Vulkan runners after e2310704d890ad252aeb1ca28b4b84...Alex Zinenko6-60/+60
2020-11-16[MLIR] Extend Symbol verification to reject public symbol declarations.Rahul Joshi6-17/+17
2020-10-22[mlir][gpu] NFC: switch occurrences of gpu.launch_func to custom format.Christian Sigg6-12/+18
2020-09-03[spirv][nfc] Simplify resource limit with default valuesLei Zhang6-18/+6
2020-06-18[mlir][vulkan-runner] add support for memref of i8, i16 types in vulkan runnerThomas Raoux1-0/+52
2020-04-22[mlir][vulkan-runner] Add support for integer types.Denis Khalikov1-0/+52
2020-04-22[mlir][vulkan-runner] Fix testsuite.Denis Khalikov4-5/+5
2020-04-22[MLIR] Use nested symbol to identify kernel in `LaunchFuncOp`.Frederik Gossen4-4/+4
2020-04-22[MLIR] Use `kernel` as a short hand for `gpu.kernel` attribute.Frederik Gossen4-4/+4
2020-04-03[mlir][vulkan-runner] Add support for 3D memrefs.Denis Khalikov1-0/+54
2020-03-27[mlir][vulkan-runner] Add support for 2D memref.Denis Khalikov1-0/+52
2020-03-25[mlir][vulkan-runner] Add test to time a large vector addLei Zhang1-0/+57
2020-03-12[mlir][spirv] Use spv.vce in spv.module and wire up (de)serializationLei Zhang1-1/+7
2020-03-10[mlir][vulkan-runner] Update mlir-vulkan-runner execution driver.Denis Khalikov1-4/+4
2020-02-19[mlir][spirv] Add mlir-vulkan-runnerDenis Khalikov2-0/+47