Skip to content

Commit

Permalink
CORE: Fix/match spelling of collective hints (openucx#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
bws authored and MamziB committed Jun 27, 2024
1 parent 06de358 commit afd7016
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/ucc/api/ucc.h
Original file line number Diff line number Diff line change
Expand Up @@ -1715,24 +1715,24 @@ typedef enum {
* @ingroup UCC_COLLECTIVES_DT
*/
typedef enum {
UCC_COLL_ARGS_HINT_OPTMIZE_OVERLAP_CPU = UCC_BIT(24), /*!< When the flag is
set, the user
prefers the library
to choose an
algorithm
implementation
optimized for the
best overlap of CPU
resources. */
UCC_COLL_ARGS_HINT_OPTMIZE_OVERLAP_GPU = UCC_BIT(25), /*!< When the flag is
set, the user
prefers the library
to choose an
algorithm
implementation
optimized for the
best overlap of GPU
resources. */
UCC_COLL_ARGS_HINT_OPTIMIZE_OVERLAP_CPU = UCC_BIT(24), /*!< When the flag is
set, the user
prefers the library
to choose an
algorithm
implementation
optimized for the
best overlap of CPU
resources. */
UCC_COLL_ARGS_HINT_OPTIMIZE_OVERLAP_GPU = UCC_BIT(25), /*!< When the flag is
set, the user
prefers the library
to choose an
algorithm
implementation
optimized for the
best overlap of GPU
resources. */
UCC_COLL_ARGS_HINT_OPTIMIZE_LATENCY = UCC_BIT(26), /*!< When the flag is
set, the user prefers
the library to choose
Expand Down

0 comments on commit afd7016

Please sign in to comment.