Skip to content

Commit 710ea5e

Browse files
committed
Implement pt.concatenate_calls
1 parent ae67637 commit 710ea5e

File tree

2 files changed

+1415
-4
lines changed

2 files changed

+1415
-4
lines changed

pytato/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def set_debug_enabled(flag: bool) -> None:
105105
)
106106
from pytato.transform.lower_to_index_lambda import to_index_lambda
107107
from pytato.tracing import trace_call
108+
from pytato.transform.calls import concatenate_calls
108109

109110
from pytato.partition import generate_code_for_partition
110111

@@ -153,6 +154,8 @@ def set_debug_enabled(flag: bool) -> None:
153154

154155
"trace_call",
155156

157+
"concatenate_calls",
158+
156159
"make_distributed_recv", "make_distributed_send", "DistributedRecv",
157160
"DistributedSend", "staple_distributed_send", "DistributedSendRefHolder",
158161

0 commit comments

Comments
 (0)