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

Class CUtensorMap

examples/matmul/this-sm90/test_v7.py:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import subprocess, ctypes, torch, os
10
11class CUtensorMap(ctypes.Structure):
12 _fields_ = [("data", ctypes.c_ubyte * 128)]
13
14BM, BN, BK = 128, 256, 64
15CLUSTER_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