mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 01:36:10 +00:00
Reduce Operation Support to the Executor (#484)
Co-authored-by: Binyang Li <binyli@microsoft.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user