Squared distance benchmark between a query point and a database of points.
docker build -t pointbench .
docker run --rm --gpus all -it pointbenchOr with docker-compose:
docker-compose up --build
docker-compose run --rm pointbenchmkdir build && cd build
cmake ..
make
./pointbenchInside the container (or build directory):
./pointbench- CMake 3.18+
- C++17 compiler
- CUDA-capable GPU (for CUDA benchmark)
- Docker with NVIDIA container runtime (for Docker build)