Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
def
run_schedule(calls:list[UOp]):
52
run_linear(UOp(Ops.LINEAR, src=tuple(calls)))
53
54
def
zero_bufs(bufs):
55
for
b in bufs:
Callers
11
test_order_2_writes_to_same_buf
Method · 0.85
test_order_read_write_same_buf
Method · 0.85
test_order_write_read_same_buf
Method · 0.85
test_order_copy_writed
Method · 0.85
test_order_copy_then_read
Method · 0.85
test_read_write_several_graphs
Method · 0.85
test_copies_2_devs
Method · 0.85
test_graph_offset_bufs
Method · 0.85
test_partial_write_preserves_write_dep
Method · 0.85
test_partial_write_preserves_read_dep
Method · 0.85
test_middle_write_splits_write_dep
Method · 0.85
Calls
2
run_linear
Function · 0.90
UOp
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…