Reduce Operation Support to the Executor (#484)

Co-authored-by: Binyang Li <binyli@microsoft.com>
This commit is contained in:
Caio Rocha
2025-03-25 13:58:12 -07:00
committed by GitHub
parent b4062462fd
commit ac5cc647e0
2 changed files with 22 additions and 12 deletions

View File

@@ -80,7 +80,7 @@ class Instruction(Enum):
read_reduce_copy_send = "rrcs"
reduce_send = "rs"
copy = "copy"
reduce = "reduce"
reduce = "re"
copy_packet = "cpkt"
transform_to_packet = "tpkt"
reduce_send_packet = "rspkt"