Skip to content

Commit

Permalink
[Fix](bangc-ops): Check the use of NOLINT
Browse files Browse the repository at this point in the history
  • Loading branch information
chqy99 committed Sep 22, 2023
1 parent 18d56c2 commit 6a7929c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ __mlu_global__ void MLUKernelMsDeformAttnForwardDefault(
[(level_idx * num_points + point_idx + 1) * 2];
loc_h = ((T *)data_sampling_loc_gdram_start)
[(level_idx * num_points + point_idx + 1) * 2 + 1];
weight_next_point =((T *)data_attn_weight_gdram_start)
weight_next_point = ((T *)data_attn_weight_gdram_start)
[level_idx * num_points + point_idx + 1];
x_next_point = loc_w * spatial_w_next_point - 0.5;
y_next_point = loc_h * spatial_h_next_point - 0.5;
Expand Down

0 comments on commit 6a7929c

Please sign in to comment.