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

Function operation

tests/python/tvmscript/test_tvmscript_parser_tir.py:646–649  ·  view source on GitHub ↗
(A, idx)

Source from the content-addressed store, hash-verified

644def test_tir_macro_block_name_suffix():
645 @T.inline
646 def operation(A, idx):
647 with T.sblock("op"):
648 v = T.axis.remap("S", [idx])
649 A[v] = A[v] * T.float32(2)
650
651 @T.prim_func(private=True, s_tir=True)
652 def func_w_macro(a: T.handle) -> None:

Callers 1

func_w_macroFunction · 0.85

Calls 1

remapMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…