Can anyone give me instructions on how to build mlir-cuda-runner. I use the following building commands but no mlir-cuda-runner generated:
$cmake -G Ninja …/llvm -DLLVM_BUILD_EXAMPLES=ON -DLLVM_ENABLE_PROJECTS=“mlir”
$cmake --build . --target check-mlir