Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
def
_ceildiv(lhs: int, rhs: int) -> int:
53
return
-((-lhs) // rhs)
54
55
56
def
_gcd(lhs: int, rhs: int) -> int:
Callers
2
intersect
Method · 0.85
_flat_product_range
Function · 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…