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
If you want to delete some edges from a graph and insert them into a new graph, you should be able to reuse the same batch as G_new.insert(batch); G_orig.delete(batch);
The current workaround for this issue is to create a different batch from the same COO pointers. That works.
The text was updated successfully, but these errors were encountered:
kaatish
pushed a commit
to kaatish/cuhornet
that referenced
this issue
Feb 28, 2020
The following do not work:
If you want to delete some edges from a graph and insert them into a new graph, you should be able to reuse the same batch as G_new.insert(batch); G_orig.delete(batch);
The current workaround for this issue is to create a different batch from the same COO pointers. That works.
The text was updated successfully, but these errors were encountered: