Lines Matching defs:attribution
107 for (BlockArgument attribution : workgroupAttributions) {
108 auto attributionType = cast<MemRefType>(attribution.getType());
132 for (auto [idx, attribution] :
134 auto type = dyn_cast<MemRefType>(attribution.getType());
135 assert(type && type.hasStaticShape() && "unexpected type in attribution");
249 auto [attribution, arg] = vals;
250 auto type = cast<MemRefType>(attribution.getType());
274 Value attribution = gpuFuncOp.getWorkgroupAttributions()[idx];
275 auto type = cast<MemRefType>(attribution.getType());
285 for (const auto [idx, attribution] :
287 auto type = cast<MemRefType>(attribution.getType());
288 assert(type && type.hasStaticShape() && "unexpected type in attribution");