Closed KowerKoint closed 2 years ago
CPU版では this <- this + statecoef を行っているadd_state_with_coef ですが、GPU版では this <- this coef this <- this + state this <- this 1/coef で結果的に this <- this + state 1/coef が実装されてしまっています。
add_state_with_coef
CPU版では this <- this + statecoef を行っている
add_state_with_coef
ですが、GPU版では this <- this coef this <- this + state this <- this 1/coef で結果的に this <- this + state 1/coef が実装されてしまっています。