https://github.com/sparselinearalgebra/cuboolgraph
cuBool based graph analysis algorithms
https://github.com/sparselinearalgebra/cuboolgraph
Last synced: 2 months ago
JSON representation
cuBool based graph analysis algorithms
- Host: GitHub
- URL: https://github.com/sparselinearalgebra/cuboolgraph
- Owner: SparseLinearAlgebra
- License: mit
- Created: 2025-03-13T11:31:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-13T01:41:22.000Z (5 months ago)
- Last Synced: 2025-11-13T03:23:36.275Z (5 months ago)
- Language: C++
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cuBoolGraph
cuBool based graph analysis algorithms
## List of algorithms
regular_path_query - Single-Source Regular Path Query Algorithm in Terms of Linear Algebra
# Run tests
cuBoolGraph supports Linux-based OS (tested on Ubuntu 24.04 and Manjaro 6.19).
For building project are required gcc version 14 and later, CMake with version 3.25 and later, CUDA developing toolkint version 12.0 and later.
For build and run tests execute commands
```
git submodule update --init --recursive
cmake -B build -DCUBOOL_GRAPH_ENABLE_TESTING=ON
cmake --build build
./build/tests/cuboolgraph_tests
```