Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil Mahmud authored and Anil Mahmud committed Jul 25, 2024
1 parent 041b385 commit 004ad1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/inc/sfpu/ckernel_sfpu_dropout.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ inline void _calculate_dropout_(const int iterations, uint probability, uint sca
// v_if (rand < probability)
// dst_reg[0] = vConst0;
///////////////////////
TTI_SFPENCC(0,0,0,0);
TTI_SFPIADD(0, p_sfpu::LREG2, p_sfpu::LREG3, 10);
TTI_SFPMOV(0, p_sfpu::LCONST_0, p_sfpu::LREG0, 0);
TTI_SFPENCC(0,0,0,0);
Expand Down

0 comments on commit 004ad1d

Please sign in to comment.