MCPcopy
hub / github.com/tinygrad/tinygrad / run_schedule

Function run_schedule

test/backend/test_graph.py:51–52  ·  view source on GitHub ↗
(calls:list[UOp])

Source from the content-addressed store, hash-verified

49 return graph_cls(cf, [])
50
51def run_schedule(calls:list[UOp]):
52 run_linear(UOp(Ops.LINEAR, src=tuple(calls)))
53
54def zero_bufs(bufs):
55 for b in bufs:

Calls 2

run_linearFunction · 0.90
UOpClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…