Skip to content

Commit

Permalink
nccl: ncclDatatype_t -> ncclDataType_t
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Pearson <[email protected]>
  • Loading branch information
cwpearson committed Dec 18, 2024
1 parent de95394 commit 6b25163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KokkosComm/nccl/impl/packer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct NcclArgs {
ncclDataType_t datatype_;
int count_;

NcclArgs(const View &view, const ncclDatatype_t datatype, const int count)
NcclArgs(const View &view, const ncclDataType_t datatype, const int count)
: view_(view), datatype_(datatype), count_(count) {}
};

Expand Down

0 comments on commit 6b25163

Please sign in to comment.