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

Function test_region_lower_bound_unfusable

tests/python/arith/test_arith_intset.py:364–370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

362
363
364def test_region_lower_bound_unfusable():
365 var_dom = {
366 tvm.tirx.Var("i", "int32"): tvm.ir.Range(8),
367 tvm.tirx.Var("j", "int32"): tvm.ir.Range(4),
368 }
369 i, j = var_dom
370 check_region_bound({(i + j) // 2: (0, 6)}, var_dom, mode="lowerbound")
371
372
373def test_union_lower_bound():

Callers

nothing calls this directly

Calls 1

check_region_boundFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…