[Mlir-commits] [mlir] [mlir][GPU] Fix docs modified by #94910 (PR #106295)
Mehdi Amini
llvmlistbot at llvm.org
Tue Aug 27 14:41:59 PDT 2024
================
@@ -43,6 +43,8 @@ def GPUTargetAttrInterface : AttrInterface<"TargetAttrInterface"> {
InterfaceMethod<[{
Creates a GPU object attribute from a binary string.
+ The `module` parameter must be a GPU Module Op and can be used to
----------------
joker-eph wrote:
```suggestion
The `module` parameter must be a `GPUModuleOp` and can be used to
```
https://github.com/llvm/llvm-project/pull/106295
More information about the Mlir-commits
mailing list