Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chin-Yun Yu committed Mar 25, 2024
1 parent 8018c47 commit ef54ae9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torchcomp/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def compressor_cuda_kernel(
at_mask[b, t] = 1
else:
coeff = rt_b
at_mask[b, t] = 0
g *= 1 - coeff
g += coeff * f
y[b, t] = g
Expand Down

0 comments on commit ef54ae9

Please sign in to comment.