Skip to content

Commit 0847198

Browse files
committed
remove unused
1 parent b0dd1aa commit 0847198

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

effectful/ops/monoid.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,6 @@
4646
)
4747

4848

49-
def topo_streams(streams: Streams) -> Iterable[Operation]:
50-
"""Returns the streams that can be ordered outermost in the loop nest as
51-
well as the remaining streams in the nest.
52-
53-
"""
54-
stream_vars = set(streams.keys())
55-
pred = {k: fvsof(v) & stream_vars for k, v in streams.items()}
56-
topo = TopologicalSorter(pred)
57-
return topo.static_order()
58-
59-
6049
def outer_stream(streams: Streams) -> Iterable[tuple[Operation, Stream, Streams]]:
6150
"""Returns the streams that can be ordered outermost in the loop nest as
6251
well as the remaining streams in the nest.

0 commit comments

Comments
 (0)