Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ round_up
Function
round_up
cutlass.py/fast_math.py:1–2 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
1
def
round_up(a, b):
2
return
(a + b - 1) // b * b
3
4
5
def
integer_log2(x):
Callers
2
_initialize
Method · 0.90
_get_grid_shape
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected