[Mlir-commits] [mlir] [mlir] Add description to amdgpu.dpp and rocdl.update.dpp (PR #116598)
Lei Zhang
llvmlistbot at llvm.org
Mon Nov 18 09:42:45 PST 2024
================
@@ -437,6 +437,11 @@ def AMDGPU_DPPOp : AMDGPU_Op<"dpp", [SameTypeOperands, AllTypesMatch<["result",
let summary = "AMDGPU DPP operation";
let description = [{
This operation represents DPP functionality in a GPU program.
+
+ The behavior should be equivalent to:
----------------
antiagainst wrote:
This is not very clear to me.. What about using some English wording to explain too?
https://github.com/llvm/llvm-project/pull/116598
More information about the Mlir-commits
mailing list