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
It seems that scatter_sum can take a boolean tensor as input and behave like scatter_or. That is scatter sum returns True if at least one element is True.
I wonder if this behavior is stable or may break in some corner cases.
Judging by the Cuda implementation, no special consideration is taken to handle boolean tensors.
The text was updated successfully, but these errors were encountered:
It seems that scatter_sum can take a boolean tensor as input and behave like scatter_or. That is scatter sum returns True if at least one element is True.
I wonder if this behavior is stable or may break in some corner cases.
Judging by the Cuda implementation, no special consideration is taken to handle boolean tensors.
The text was updated successfully, but these errors were encountered: