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
Summary:
Kernels for two simplical attention of form:
L = Q @ (K1 X K2)
P = softmax(L, axis=[-1, -2])
O = P @ (V1 X V2)
Differential Revision: D77756574
0 commit comments