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
Throughout your entire code, you use uint to represent your pointers to the edges.
I was attempting to preprocess an RMAT dataset similar to how you have in the paper and the preprocessing causes the graph to have a mere 5GB of memory.
The text was updated successfully, but these errors were encountered:
Hi,
Throughout your entire code, you use
uint
to represent your pointers to the edges.I was attempting to preprocess an RMAT dataset similar to how you have in the paper and the preprocessing causes the graph to have a mere 5GB of memory.
The text was updated successfully, but these errors were encountered: