You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your excellent work. I noticed a potential inconsistency in the render function between backward.h and backward.cu.
Specifically:
In lines 700 and 701 of backward.cu, the order of parameters has colors first, followed by transMats.
However, in the backward.h definition, their order is reversed.
While this discrepancy likely doesn't cause any bugs during execution, it might lead to confusion or misunderstandings for those reading or attempting to re-implement your code.
Thank you for your attention.
The text was updated successfully, but these errors were encountered:
Thanks for your excellent work. I noticed a potential inconsistency in the
render
function betweenbackward.h
andbackward.cu
.Specifically:
backward.cu
, the order of parameters hascolors
first, followed bytransMats
.backward.h
definition, their order is reversed.While this discrepancy likely doesn't cause any bugs during execution, it might lead to confusion or misunderstandings for those reading or attempting to re-implement your code.
Thank you for your attention.
The text was updated successfully, but these errors were encountered: