MCPcopy 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

3import os, subprocess, ctypes, torch, gc
4
5class CUtensorMap(ctypes.Structure):
6 _fields_ = [("data", ctypes.c_ubyte * 128)]
7
8BM, BN, BK, CS = 128, 128, 64, 2
9

Callers 1

create_descFunction · 0.70

Calls

no outgoing calls

Tested by 1

create_descFunction · 0.56