MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / operator()

Method operator()

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected