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

Class CUtensorMap

examples/matmul/this-sm90/test_v6.py:9–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import subprocess, ctypes, torch, os
8
9class CUtensorMap(ctypes.Structure):
10 _fields_ = [("data", ctypes.c_ubyte * 128)]
11
12BM, BN, BK = 128, 256, 64
13CLUSTER_SIZE = 2

Callers 2

create_desc_aFunction · 0.70
create_desc_bFunction · 0.70

Calls

no outgoing calls

Tested by 2

create_desc_aFunction · 0.56
create_desc_bFunction · 0.56