[Mlir-commits] [mlir] [MLIR][GPU] Add a pattern to rewrite gpu.subgroup_id (PR #137671)

Jakub Kuderski llvmlistbot at llvm.org
Mon Apr 28 18:46:01 PDT 2025


================
@@ -0,0 +1,26 @@
+// RUN: mlir-opt --test-gpu-rewrite -split-input-file %s | FileCheck %s
+
+module {
----------------
kuhar wrote:

This contains both an explicit module and and implicit one -- I don't think we need both. Can we drop either one?

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


More information about the Mlir-commits mailing list