Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDGES_PER_BLOCKARRAY should scale with input #19

Open
foxjas opened this issue Mar 5, 2018 · 0 comments
Open

EDGES_PER_BLOCKARRAY should scale with input #19

foxjas opened this issue Mar 5, 2018 · 0 comments

Comments

@foxjas
Copy link
Contributor

foxjas commented Mar 5, 2018

Currently "EDGES_PER_BLOCKARRAY" is a constant fixed to 1 << 18. But this causes errors for graphs with max degree larger this constant. This should be fixed so that the largest blockarray size scales according to max degree. Perhaps an initial degree-reading pass is needed prior to initializing Hornet.

See externals/hornet/include/Core/MemoryManager/MemoryManagerConf.hpp

ogreen pushed a commit to ogreen/hornet that referenced this issue Nov 20, 2018
fixed CMakeLists to include all sources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant