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

Function GmmaDescriptor

include/descriptor.h:23–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21{
22
23 HOST_DEVICE constexpr
24 GmmaDescriptor() noexcept : desc_(0) {}
25 HOST_DEVICE constexpr
26 GmmaDescriptor(uint64_t desc) noexcept : desc_(desc) {}
27 HOST_DEVICE constexpr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected