Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ blockRange
Method
blockRange
util/simulator/kernel.py:172–175 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
170
self.block = block
171
172
def
blockRange(self):
173
return
Range3(
174
Arange(0, self.grid.x, 1,
"blockx"
), Arange(0, self.grid.y, 1,
"blocky"
), Arange(0, self.grid.z, 1,
"blockz"
)
175
)
176
177
def
threadRange(self):
178
return
Range3(
Callers
1
__init__
Method · 0.80
Calls
2
Range3
Class · 0.85
Arange
Class · 0.85
Tested by
no test coverage detected