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
the dot product of two vectors(p-sk and tj) is a float, and in the function computeOptimalAlphaSubset, using memset(alphaNumerators[threadId], 0, K * K * sizeof(float)).
the dot product of two vectors(p-sk and tj) is a float, and in the function computeOptimalAlphaSubset, using memset(alphaNumerators[threadId], 0, K * K * sizeof(float)).