[Mlir-commits] [mlir] [mlir][amdgpu] Add workgroup_mask to MakeDmaDescriptorOp (PR #171103)
Tim Gymnich
llvmlistbot at llvm.org
Mon Dec 8 06:28:02 PST 2025
================
@@ -768,6 +768,9 @@ LogicalResult MakeDmaDescriptorOp::verify() {
return emitOpError("atomic barrier address must be in LDS.");
}
+ if (getEarlyTimeout() != nullptr && getWorkgroupMask() == nullptr)
----------------
tgymnich wrote:
fixed
https://github.com/llvm/llvm-project/pull/171103
More information about the Mlir-commits
mailing list