Support bitwise allreduce operations in the communicator (#8623)
This commit is contained in:
@@ -25,6 +25,9 @@ enum ReduceOperation {
|
||||
MAX = 0;
|
||||
MIN = 1;
|
||||
SUM = 2;
|
||||
BITWISE_AND = 3;
|
||||
BITWISE_OR = 4;
|
||||
BITWISE_XOR = 5;
|
||||
}
|
||||
|
||||
message AllreduceRequest {
|
||||
|
||||
Reference in New Issue
Block a user