Skip to content

fnardmann/pointbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pointbench

Squared distance benchmark between a query point and a database of points.

Build

With Docker (recommended)

docker build -t pointbench .
docker run --rm --gpus all -it pointbench

Or with docker-compose:

docker-compose up --build
docker-compose run --rm pointbench

Without Docker

mkdir build && cd build
cmake ..
make
./pointbench

Run

Inside the container (or build directory):

./pointbench

Requirements

  • CMake 3.18+
  • C++17 compiler
  • CUDA-capable GPU (for CUDA benchmark)
  • Docker with NVIDIA container runtime (for Docker build)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors