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

Class CUtensorMap

examples/matmul/this-sm90/test_v3.py:21–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19cuuint64_t = ctypes.c_uint64
20
21class CUtensorMap(ctypes.Structure):
22 _fields_ = [("data", ctypes.c_ubyte * 128)]
23
24CU_TENSOR_MAP_DATA_TYPE_BFLOAT16 = 0x09
25CU_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