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
Open source two simplical attention kernels (#4445)
Summary:
X-link: facebookresearch/FBGEMM#1508
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