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

Function test_initial_A_single_cta

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

Source from the content-addressed store, hash-verified

57
58
59def test_initial_A_single_cta():
60 A = initial_A(warp_ext=16)
61 assert A.laneid == AxisRange(32, 0)
62 assert A.warpid == AxisRange(16, 0)
63 assert A.cta_id == AxisRange(1, 0)
64 assert A.size == 512
65
66
67def test_initial_A_cluster():

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…