ggnn
GGNN: State of the Art Graph-based GPU Nearest Neighbor Search
File Explorer
Download Latest Version (.zip)- build-python-wheels.yaml
- Config.cmake.in
- ann.rst
- benchmarking.rst
- conf.py
- FAQ.rst
- index.rst
- install.rst
- usage_cpp.rst
- usage_python.rst
- Makefile
- requirements.txt
- CMakeLists.txt
- ggnn_benchmark.cpp
- ggnn_main.cpp
- ggnn_main_gpu_data.cu
- ggnn_main_multi_gpu.cpp
- README.md
- ggnn_pytorch.py
- ggnn_pytorch_gpu_data.py
- ggnn_pytorch_multi_gpu.py
- sift1m_fvecs.py
- sift1m_hdf5.py
- data.cuh
- dataset.cuh
- def.h
- eval.h
- fwd.h
- ggnn.cuh
- gpu_instance.cuh
- graph.h
- graph_config.h
- lib.h
- result_merger.h
- graph_buffer.cuh
- graph_construction.cuh
- merge_layer.cuh
- sym_buffer_merge_layer.cuh
- sym_query_layer.cuh
- top_merge_layer.cuh
- wrs_select_layer.cuh
- check.cuh
- distance.cuh
- k_best_list.cuh
- simple_knn_cache.cuh
- simple_knn_sym_cache.cuh
- bf_query_layer.cuh
- query_kernels.cuh
- query_layer.cuh
- __init__.py
- data.cu
- dataset.cu
- eval.cpp
- ggnn.cu
- gpu_instance.cu
- graph.cpp
- graph_config.cpp
- result_merger.cpp
- graph_buffer.cu
- graph_construction.cu
- merge_layer.cu
- sym_buffer_merge_layer.cu
- sym_query_layer.cu
- top_merge_layer.cu
- wrs_select_layer.cu
- nanobind.cu
- bf_query_layer.cu
- query_kernels.cu
- query_layer.cu
- .clang-format
- .clangd
- .editorconfig
- .gitignore
- .readthedocs.yaml
- CMakeLists.txt
- LICENSE
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/cgtuebingen/ggnn
Downloads the entire project code from GitHub to your computer.
cd ggnn
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
python -m pip install .
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
