torch_geometric.compile for MetaLayers with scatter operations #7389
mario-linov
started this conversation in
General
Replies: 1 comment
-
Sorry for not being clear on this one. We have upstreamed |
Beta Was this translation helpful? Give feedback.
0 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.
-
I was having a look at this tutorial https://pytorch-geometric.readthedocs.io/en/latest/tutorial/compile.html about torch_geometric.compile.
I do not understand properly the implications of this for scatter operations from the package torch_scatter. Are these operations executed without compilation or GNN models with these operations cannot be compiled at all?
Scatter operations are needed in MetaLayer https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.nn.models.MetaLayer.html?highlight=meta#torch_geometric.nn.models.MetaLayer, which are quite common building blocks of GNNs.
Beta Was this translation helpful? Give feedback.
All reactions