MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / incAgentLoopPrepCount

Function incAgentLoopPrepCount

src/library/blas/gens/fetch.c:282–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

prepareFetchLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected