[Mlir-commits] [mlir] [mlir][gpu] Add optional attributes of kernelModule and kernelFunc for outlining kernels. (PR #118861)

Mehdi Amini llvmlistbot at llvm.org
Thu Dec 5 21:37:36 PST 2024


================
@@ -837,6 +839,9 @@ def GPU_LaunchOp : GPU_Op<"launch", [
     -   a variadic number of Workgroup memory attributions.
     -   a variadic number of Private memory attributions.
 
+    The `kernelFunc` and `kernelModule` attributes are optional and specifies
+    the kernel name and a module in whichthe kernel should be outlined. 
----------------
joker-eph wrote:

```suggestion
    the kernel name and a module in which the kernel should be outlined. 
```

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


More information about the Mlir-commits mailing list