legate.core.FixedArrayType.record_reduction_op#

FixedArrayType.record_reduction_op(
self,
int32_t op_kind,
_GlobalRedopID reduction_op_id,
) void#

Record a reduction operator.

The global ID of the reduction operator is issued when that operator is registered to the runtime.

Parameters:
  • op_kind (ReductionOpKind | int) – The reduction operator kind.

  • reduction_op_id (GlobalRedopID) – The global reduction ID.