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

Function test_copy

tests/python/tirx/test_op.py:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27
28def test_copy():
29 A = decl_buffer((64, 64), "float32", scope="global")
30 A_sm = decl_buffer((64, 64), "float32", scope="shared")
31 _test("copy", A[0:64, 0:64], A_sm[0:64, 0:64])
32
33
34def test_fill():

Callers 1

test_op.pyFile · 0.70

Calls 2

decl_bufferFunction · 0.90
_testFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…