Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Sanity-cpp fix part2
Browse files Browse the repository at this point in the history
  • Loading branch information
mozga-intel committed Nov 5, 2021
1 parent db1ae2e commit 8420716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/tensor/square_sum.cu
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace op {
// clang-format off
template <>
void CheckSameIdx<gpu>(const OpContext& ctx, const TBlob& ograd_row_idx, const TBlob& in_row_idx) {
// clang-format on
// clang-format on
MSHADOW_IDX_TYPE_SWITCH(ograd_row_idx.type_flag_,
IType,
{
Expand Down

0 comments on commit 8420716

Please sign in to comment.