File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -225,8 +225,9 @@ typedef enum {
225225 UCC_GENERIC_DT_OPS_FLAG_CONTIG = UCC_BIT (0 ), /*!< If set, the created datatype
226226 represents a contiguous memory
227227 region with the size specified
228- in @ref contig_size field of
229- @ref ucc_generic_dt_ops */
228+ in @ref
229+ ucc_generic_dt_ops.contig_size
230+ */
230231 UCC_GENERIC_DT_OPS_FLAG_REDUCE = UCC_BIT (1 ), /*!< If set, the created datatype
231232 has user-defined reduction
232233 operation associated with it.
@@ -249,7 +250,7 @@ typedef enum {
249250 * v_j = src2 + count * dt_extent * stride * j.
250251 * The result is stored in dst, so that
251252 * dst[i] = src1[i] + v0[i] + v1[i] + ... +v_nvecttors[i],
252- * for i \ in [0:count), where "+" represents user-defined reduction of 2 elements
253+ * for i in [0:count), where "+" represents user-defined reduction of 2 elements
253254 */
254255
255256typedef struct ucc_reduce_cb_params {
You can’t perform that action at this time.
0 commit comments