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

Function warp_id_in_block

include/common.h:444–444  ·  view source on GitHub ↗

Returns the warp id in block

Source from the content-addressed store, hash-verified

442
443// Returns the warp id in block
444DEVICE int warp_id_in_block() { return threadIdx.x / WARP_SIZE; }
445
446// Returns the warp id in warp group
447DEVICE int warp_id_in_warp_group() {

Callers 1

warp_id_in_warp_groupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected