[Mlir-commits] [mlir] [mlir][spirv] Add gpu printf op lowering to spirv.CL.printf op (PR #78510)

Jakub Kuderski llvmlistbot at llvm.org
Fri Sep 27 12:00:47 PDT 2024


================
@@ -0,0 +1,71 @@
+// RUN: mlir-opt -allow-unregistered-dialect -split-input-file  -convert-gpu-to-spirv -verify-diagnostics %s -o - | FileCheck %s
----------------
kuhar wrote:

Do we need the `-o o`?

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


More information about the Mlir-commits mailing list