[Mlir-commits] [mlir] [mlir][spirv] Add gpu printf op lowering to spirv.CL.printf op (PR #78510)
    Dimple Prajapati 
    llvmlistbot at llvm.org
       
    Fri Sep 27 12:51:39 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
----------------
drprajap wrote:
```suggestion
// RUN: mlir-opt -allow-unregistered-dialect -split-input-file  -convert-gpu-to-spirv -verify-diagnostics %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/78510
    
    
More information about the Mlir-commits
mailing list