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

Function test_initial_A_cluster

tests/python/tirx/test_exec_context.py:67–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66
67def test_initial_A_cluster():
68 A = initial_A(warp_ext=16, cta_ext=4)
69 assert A.cta_id == AxisRange(4, 0)
70 assert A.size == 2048
71
72
73def test_axis_modulo_filter_uses_stride():

Callers

nothing calls this directly

Calls 2

initial_AFunction · 0.90
AxisRangeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…