Skip to content

Commit

Permalink
tiny bug fixed (unroll)
Browse files Browse the repository at this point in the history
  • Loading branch information
OHNOalan committed Dec 14, 2023
1 parent f2788dd commit 520c173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/dnn/batchnorm/src/batchnorm_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -3728,7 +3728,7 @@ batchnorm_backward_training_tile_fp32_looped_2(
"vfsub.s ft3, ft2, ft3\n"
"vfsub.s ft4, ft2, ft4\n"
"vfsub.s ft5, ft2, ft5\n"
"vfsub.s ft6, ft2, ft5\n"
"vfsub.s ft6, ft2, ft6\n"
"vfmul.s ft3, ft3, %[weight_times_invstd] \n"
"vfmul.s ft4, ft4, %[weight_times_invstd] \n"
"vfmul.s ft5, ft5, %[weight_times_invstd] \n"
Expand Down

0 comments on commit 520c173

Please sign in to comment.