Skip to content

Commit a558381

Browse files
committed
implements concatenate_calls
1 parent c4d9eb4 commit a558381

File tree

2 files changed

+1406
-4
lines changed

2 files changed

+1406
-4
lines changed

pytato/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def set_debug_enabled(flag: bool) -> None:
104104
execute_distributed_partition,
105105
)
106106
from pytato.tracing import trace_call
107+
from pytato.transform.calls import concatenate_calls
107108

108109
from pytato.partition import generate_code_for_partition
109110

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

153154
"trace_call",
154155

156+
"concatenate_calls",
157+
155158
"make_distributed_recv", "make_distributed_send", "DistributedRecv",
156159
"DistributedSend", "staple_distributed_send", "DistributedSendRefHolder",
157160

0 commit comments

Comments
 (0)