| 280 | } |
| 281 | |
| 282 | static __inline void |
| 283 | incAgentLoopPrepCount(FetchContext *fctx) |
| 284 | { |
| 285 | int i = (fctx->fopts->mrole == MATRIX_A) ? 0 : 1; |
| 286 | |
| 287 | fctx->currAgent->loopPrepCount[i]++; |
| 288 | } |
| 289 | |
| 290 | static int |
| 291 | bwidthPhysDimension(const FetchContext *fctx) |