MCPcopy 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

1def round_up(a, b):
2 return (a + b - 1) // b * b
3
4
5def integer_log2(x):

Callers 2

_initializeMethod · 0.90
_get_grid_shapeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected