| 487 | |
| 488 | template <class Offset> |
| 489 | HOST_DEVICE constexpr auto operator()(Offset const& offset) const { |
| 490 | return apply(offset); |
| 491 | } |
| 492 | }; |
| 493 | |
| 494 | /// Returns a warp index in the CTA. The threads in warp may not be convergent |
nothing calls this directly
no outgoing calls
no test coverage detected