The helper function in GPUFuncOp incorrectly assumed the workgroup
attribution attribute is always present. Instead, treat its absence as
if its value was zero, i.e., no workgroup attributions are specified.
Closes #58045.
Paths
| Differential D134865
[mlir][GPU] treat the absence of workgroup attributes correctly ClosedPublic Authored by ftynse on Sep 29 2022, 2:53 AM.
Details Summary The helper function in GPUFuncOp incorrectly assumed the workgroup Closes #58045.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 29 2022, 5:34 AM Closed by commit rG8a8bacb97383: [mlir][GPU] treat the absence of workgroup attributes correctly (authored by ftynse). · Explain WhySep 29 2022, 5:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 463814 mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
mlir/test/Dialect/GPU/ops.mlir
|