Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ threadRange
Method
threadRange
util/simulator/kernel.py:177–180 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
175
)
176
177
def
threadRange(self):
178
return
Range3(
179
Arange(0, self.block.x, 1,
"threadx"
), Arange(0, self.block.y, 1,
"thready"
), Arange(0, self.block.z, 1,
"threadz"
)
180
)
Callers
nothing calls this directly
Calls
2
Range3
Class · 0.85
Arange
Class · 0.85
Tested by
no test coverage detected