Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ CUtensorMap
Class
CUtensorMap
examples/matmul/this-sm90/test_v5.py:5–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
os, subprocess, ctypes, torch, gc
4
5
class
CUtensorMap(ctypes.Structure):
6
_fields_ = [(
"data"
, ctypes.c_ubyte * 128)]
7
8
BM, BN, BK, CS = 128, 128, 64, 2
9
Callers
1
create_desc
Function · 0.70
Calls
no outgoing calls
Tested by
1
create_desc
Function · 0.56