MCPcopy Create free account
hub / github.com/apache/tvm / _ceildiv

Function _ceildiv

python/tvm/tirx/exec_context.py:52–53  ·  view source on GitHub ↗
(lhs: int, rhs: int)

Source from the content-addressed store, hash-verified

50
51
52def _ceildiv(lhs: int, rhs: int) -> int:
53 return -((-lhs) // rhs)
54
55
56def _gcd(lhs: int, rhs: int) -> int:

Callers 2

intersectMethod · 0.85
_flat_product_rangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…