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

Enum LayoutType

include/descriptor.h:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "common.h"
12
13enum class LayoutType : uint8_t {
14 INTERLEAVE = 0,
15 B128 = 1,
16 B64 = 2,
17 B32 = 3,
18};
19
20union GmmaDescriptor
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected