[Mlir-commits] [mlir] [mlir][spirv][gpu] Add lowering for gpu.subgroup_broadcast (PR #187947)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Mar 24 22:57:05 PDT 2026


================
@@ -0,0 +1,47 @@
+// RUN: mlir-opt -split-input-file -convert-gpu-to-spirv -verify-diagnostics %s -o - | FileCheck %s
----------------
hankluo6 wrote:

Fixed, we do not need `--verify-diagnostics` here.

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


More information about the Mlir-commits mailing list