Replies: 1 comment 7 replies
-
I found segment_matmul in source of HeteroLinear seems to work. But, does it efficiently work? Then, how can I load And does it work like the below?
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's assume that there are
n
graphs in a batch.I'm trying to multiply
pos
in a batch withn
3x3 matrices corresponding to each graph where matrices are different from each other with different graphs.How can we do this matrix multiplication without
repeat_interleave
function?Beta Was this translation helpful? Give feedback.
All reactions