Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ __init__
Method
__init__
util/simulator/gpu.py:2–3 ·
view source on GitHub ↗
(self, num_sm)
Source
from the content-addressed store, hash-verified
1
class
GPU:
2
def
__init__(self, num_sm) -> None:
3
self.num_sm = num_sm
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected