aboutsummaryrefslogtreecommitdiff
path: root/mlir/tools/mlir-spirv-cpu-runner
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Remove the opaque pointers flag from toolsBenjamin Kramer1-9/+2
2023-10-30Update mlir-spirv-cpu-runner.cpp (#70649)tsitdikov1-2/+2
2023-05-16[mlir][GPU] Rename MLIRGPUOps CMake target to MLIRGPUDialectMatthias Springer1-1/+1
2023-04-03[mlir][spirv-cpu-runner] Add missing call to registerPassManagerCLOptions().Adrian Kuegel1-0/+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][SPIRV] Enable use of opaque-pointers in spirv-cpu-runnerMarkus Böck1-2/+9
2023-01-09[mlir][spirv] Clean up transform pass definitions. NFC.Jakub Kuderski1-2/+2
2022-11-13[MLIR] Move JitRunner Options to header, pass to mlirTransformerRenato Golin1-1/+2
2022-10-03[mlir-cpu-runner] Support parsing operations other than 'builtin.module' as t...rkayaith1-3/+7
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski2-3/+3
2022-08-09[mlir][spirv] Detach memory space mapping from type conversionLei Zhang1-1/+1
2022-07-21[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson1-1/+1
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-1/+1
2022-03-07[mlir][NFC] Move Translation.h to a Tools/mlir-translate directoryRiver Riddle1-1/+1
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle2-3/+3
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball2-3/+5
2021-07-29[mlir] Fix CMake option for enabling SPIR-V CPU runnerLei Zhang1-1/+1
2021-07-07[MLIR] Split out GPU ops library from TransformsUday Bondhugula1-1/+1
2021-05-21[mlir][Standard] NFC - Drop remaining EDSC usageNicolas Vasilache1-1/+0
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/+3
2021-02-16[mlir] Simplify ModuleTranslation for LLVM IRAlex Zinenko1-0/+1
2021-02-12[mlir] Introduce dialect interfaces for translation to LLVM IRAlex Zinenko1-0/+1
2021-02-11[mlir] Make JitRunnerMain main take a DialectRegistryAlex Zinenko2-4/+12
2020-12-23[mlir][spirv] NFC: rename SPIR-V conversion files for consistencyLei Zhang1-2/+2
2020-12-17[mlir][spirv] NFC: Shuffle code around to better follow conventionLei Zhang2-6/+6
2020-10-27[mlir] Fix stack-use-after-scope in cuda/vulkan cpu runnersEugene Zhulenev1-2/+2
2020-10-27[mlir] JitRunner: add a config option to register symbols with ExecutionEngin...Eugene Zhulenev1-1/+5
2020-10-26[MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototypeGeorge Mitenkov2-0/+122