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