Skip to content

Commit

Permalink
Update conv_shared.h
Browse files Browse the repository at this point in the history
Co-authored-by: Edward Chen <[email protected]>
  • Loading branch information
jchen351 and edgchen1 authored Jun 19, 2024
1 parent ca9df8c commit 1a05c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orttraining/orttraining/training_ops/cuda/nn/conv_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct ConvArgs {
};

struct ConvParamsHash {
// ConvParams must be a trivial because we read out its memory constant as char* when hashing.
// ConvParams must be a trivial type because we read out its memory contents as char* when hashing.
static_assert(std::is_trivial<ConvParams>::value, "ConvParams is not a trivial type");

size_t operator()(const ConvParams& conv_params) const;
Expand Down

0 comments on commit 1a05c8b

Please sign in to comment.