[Mlir-commits] [mlir] Fix the order of operation attribute verification (PR #180698)

Jacques Pienaar llvmlistbot at llvm.org
Sun Feb 15 08:21:13 PST 2026


================
@@ -183,8 +183,8 @@ module attributes {gpu.container_module} {
 
 module attributes {gpu.container_module} {
   module @kernels {
-    gpu.func @kernel_1(%arg1 : !llvm.ptr) kernel {
-      gpu.return
+    func.func @kernel_1(%arg1 : !llvm.ptr) {
----------------
jpienaar wrote:

Why this change?

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


More information about the Mlir-commits mailing list