Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
import
subprocess, ctypes, torch, os
8
9
class
CUtensorMap(ctypes.Structure):
10
_fields_ = [(
"data"
, ctypes.c_ubyte * 128)]
11
12
BM, BN, BK = 128, 256, 64
13
CLUSTER_SIZE = 2
Callers
2
create_desc_a
Function · 0.70
create_desc_b
Function · 0.70
Calls
no outgoing calls
Tested by
2
create_desc_a
Function · 0.56
create_desc_b
Function · 0.56