[Mlir-commits] [mlir] [mlir] Remove the mlir-spirv-cpu-runner (move to mlir-cpu-runner) (PR #114563)

Jakub Kuderski llvmlistbot at llvm.org
Wed Nov 6 15:27:13 PST 2024


================
@@ -817,12 +817,14 @@ to LLVM ops. At the moment, SPIR-V module attributes are ignored.
 
 ## `mlir-spirv-cpu-runner`
 
-`mlir-spirv-cpu-runner` allows to execute `gpu` dialect kernel on the CPU via
-SPIR-V to LLVM dialect conversion. Currently, only single-threaded kernel is
+`mlir-spirv-cpu-runner` is the name of a formerly separate tool that allows to
----------------
kuhar wrote:

I would rename it to something like: 'SPIR-V CPU Runner` and omit the old tool in the description entirely -- I think it should be enough to explain how to run things in the flow

https://github.com/llvm/llvm-project/pull/114563


More information about the Mlir-commits mailing list