[Mlir-commits] [mlir] [MLIR][GPU-LLVM] Convert `gpu.func` to `llvm.func` (PR #101664)

Victor Perez llvmlistbot at llvm.org
Fri Aug 9 02:59:30 PDT 2024


================
@@ -377,3 +377,130 @@ gpu.module @shuffles_mismatch {
     return
   }
 }
+
+// -----
+
+gpu.module @kernels {
+// CHECK:           llvm.func spir_funccc @no_kernel() {
----------------
victor-eds wrote:

MLIR test gen tool does not like `gpu.module` I think. It does weird stuff (also the variable naming). Manually edited.

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


More information about the Mlir-commits mailing list