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
These two lines check if A and C or B and C are the same pointer. However, there is a situation where A, B, and C are all nullptr for no computation being necessary on a certain rank. These assertions will cause a failure in debug mode.