Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ GPU
Class
GPU
util/simulator/gpu.py:1–3 ·
view source on GitHub ↗
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