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

Class CUtensorMap

examples/matmul/this-sm90/test_v2.py:26–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24cuuint64_t = ctypes.c_uint64
25
26class CUtensorMap(ctypes.Structure):
27 _fields_ = [("data", ctypes.c_ubyte * 128)]
28
29CU_TENSOR_MAP_DATA_TYPE_BFLOAT16 = 0x09
30CU_TENSOR_MAP_INTERLEAVE_NONE = 0x00

Callers 1

create_k_major_descMethod · 0.70

Calls

no outgoing calls

Tested by 1

create_k_major_descMethod · 0.56