aboutsummaryrefslogtreecommitdiff
path: root/mlir/tools/mlir-vulkan-runner
AgeCommit message (Expand)AuthorFilesLines
2023-12-27[mlir::spirv] Support scf.if in mlir-vulkan-runner (#75367)Xiang Li1-2/+3
2023-10-31Reland "[MLIR][FuncToLLVM] Remove typed pointer support" (#70717)Christian Ulmann1-2/+1
2023-10-30Remove the opaque pointers flag from toolsBenjamin Kramer1-12/+4
2023-09-13[mlir] Split up VectorToLLVM passKrzysztof Drewniak2-2/+2
2023-06-07[MLIR] Removes CMake work-arounds.Mark de Wever1-6/+2
2023-05-16[mlir][GPU] Rename MLIRGPUOps CMake target to MLIRGPUDialectMatthias Springer1-1/+1
2023-04-03[mlir] Fix ignoring return value warning.Adrian Kuegel1-1/+2
2023-03-21[mlir] Add missing registrations to runners.Adrian Kuegel1-0/+2
2023-03-21[mlir] Support lowering of dialect attributes attached to top-level modulesSergio Afonso1-0/+1
2023-02-24[mlir][GPUToVulkan] Port conversion passes and `mlir-vulkan-runner` to opaque...Markus Böck1-4/+13
2023-02-11Reland "[mlir][func] Use the generated pass options in func to llvm."Tobias Gysi1-2/+4
2023-01-27[mlir][Conversion] Rename the MemRefToLLVM passQuentin Colombet1-1/+1
2023-01-09[mlir][spirv] Clean up transform pass definitions. NFC.Jakub Kuderski1-2/+2
2023-01-05[mlir][spirv] Fix extended umul expansion for WebGPUJakub Kuderski2-6/+29
2022-11-13[MLIR] Move JitRunner Options to header, pass to mlirTransformerRenato Golin1-1/+1
2022-10-03[mlir-vulkan-runner] Fix build failure after 200889frkayaith1-1/+4
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski2-3/+3
2022-09-26[MLIR] Migrate MemRef -> LLVM conversion pass to the auto-generated constructorMichele Scuttari1-1/+1
2022-08-28Fold memref.expand_shape and memref.collapse_shape opsArnab Dutta1-1/+1
2022-08-22[mlir][vulkan-runner] Use aligned pointer for host bufferjackalcooper1-1/+1
2022-08-09[mlir][spirv] Detach memory space mapping from type conversionLei Zhang1-1/+4
2022-07-21[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson1-1/+1
2022-06-22[mlir][vulkan-runner] fix VK_ERROR_INCOMPATIBLE_DRIVER errorjackalcooper1-3/+14
2022-06-17[mlir] replace 'emit_c_wrappers' func->llvm conversion option with a passAlex Zinenko1-1/+2
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball1-5/+5
2022-06-10Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore"John Ericson1-1/+1
2022-06-10[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson1-1/+1
2022-06-09[mlir][gpu] Move GPU headers into IR/ and Transforms/Mogball1-2/+2
2022-04-11Reland [mlir] Remove uses of LLVM's legacy pass managerArthur Eubanks1-1/+0
2022-04-11Revert "[mlir] Remove uses of LLVM's legacy pass manager"Arthur Eubanks1-0/+1
2022-04-11[mlir] Remove uses of LLVM's legacy pass managerArthur Eubanks1-1/+0
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle1-2/+2
2022-03-07[mlir][NFC] Move Translation.h to a Tools/mlir-translate directoryRiver Riddle1-1/+1
2022-03-02[mlir][SPIRV] Split up StandardToSPIRV now that the Standard dialect is goneRiver Riddle1-1/+1
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle2-3/+3
2022-01-14[mlir] Use .empty() instead of checking size() == 0.Adrian Kuegel1-1/+1
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball2-3/+5
2021-09-26Fix clang-tidy warning "modernize-use-nullptr" in MLIR VulkanRuntime (NFC)Mehdi Amini1-39/+42
2021-09-09[mlir] Factor type reconciliation out of Standard-to-LLVM conversionAlex Zinenko1-0/+2
2021-07-09[mlir] factor memref-to-llvm lowering out of std-to-llvmAlex Zinenko2-0/+3
2021-07-07[mlir] factor out common parts of the converstion to the LLVM dialectAlex Zinenko2-0/+2
2021-07-07[MLIR] Split out GPU ops library from TransformsUday Bondhugula1-1/+1
2021-05-27[mlir] Update cmake variable post D102976Jacques Pienaar1-1/+1
2021-05-21[mlir][Standard] NFC - Drop remaining EDSC usageNicolas Vasilache1-1/+0
2021-04-12[mlir] Move memref.subview patterns to MemRef/Transforms/Lei Zhang1-1/+2
2021-03-24[mlir] introduce data layout entry for index typeAlex Zinenko1-4/+2
2021-03-15[mlir] fix SPIR-V CPU and Vulkan runners after e2310704d890ad252aeb1ca28b4b84...Alex Zinenko2-1/+4
2021-03-04[mlir] make implementations of translation to LLVM IR interfaces privateAlex Zinenko2-2/+4
2021-02-21[mlir] Export CUDA and Vulkan runtime wrappers on WindowsKern Handa1-1/+7
2021-02-12[mlir] Introduce dialect interfaces for translation to LLVM IRAlex Zinenko1-0/+2