MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / advance

Method advance

include/scheduler.h:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 DEVICE void advance(int count = 1) {
49 current_idx += gridDim.z * gridDim.y * gridDim.x * count;
50 }
51};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected