hornet icon indicating copy to clipboard operation
hornet copied to clipboard

Hornet data structure for sparse dynamic graphs and matrices

Results 13 hornet issues
Sort by recently updated
recently updated
newest added

Even if I build in Release mode, it throws errors. This is my build command: ``` cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CUDA_ARCHITECTURES="70" .. make ``` And make then throws this error: ``` [...

Hello, I don't understand the execution process of threadPartitionAuxLoop function in BinarySearchLB.i.cuh, is there any document that contains the meaning of each function or variable and the execution result?

Hi, I'm trying to implement an algorithm based on the top down BFS integrated in hornet, but I obtained different results every time I execute the BFS. For example, I...

Basic check of `argc` for the correct number of arguments before dereferencing `argv` in the `hornet/test` executables. This does not apply to `hornetsnest/test`, since those use a different command line...

Most test executables have the following command line form: `./hornet_xxx_test ` This behavior is not documented. If you leave off the file argument, this error occurs: ``` HOST error /home/rlawson6/workspace/hornet/xlib/src/Host/FileUtil.cpp(67)...

While there are some great examples/tests of the static algorithms in Hornets Nest, I can't find any example usage of the two supported dynamic algorithms. Could some be added to...

Hello, I can not find source files for Jaccard indices algorithm which is in the list of algorithms in readme.md. Tell me, please, do you have an implementation of Jaccard...

cmake -DCMAKE_BUILD_TYPE=Debug ..

This updates hornet to use Google test. Test files will be located under build/gtests directory. Test files take command line arguments (e.g. graph file path) as before. Fixed several bugs...

As part of #28 and its fix #29 , I found out that `load_balancing::VertexBased1 load_balancing;` is not working. It seems that this load balancing mechanism has a bug.