Git Product home page Git Product logo

nearest_neighbors's Introduction

CUDA_Nearest_Neighbors

alt text

The aim of this project is to measure the speedup obtained for the algorithm K Nearest Neighbors when implemented in OpenMP/CUDA with respect to the C++ sequential version.

System configuration

  • Intel Core i7-8750H @ 2.20Ghz (up to 4.10Ghz with Turbo Boost)
  • 16 GiB RAM
  • NVIDIA GeForce GTX 1050 Ti (Notebook)
  • CUDA 10.0

Datasets

Sift and siftsmall datasets can be found in http://corpus-texmex.irisa.fr, where they are called ANN_SIFT1M and ANN_SIFT10K respectively.

Experiments

Download SIFT dataset

  • wget ftp://ftp.irisa.fr/local/texmex/corpus/sift.tar.gz
  • mkdir data
  • tar -xf sift.tar.gz -C data

Download this repo

  • git clone https://github.com/fedem96/Nearest_Neighbors.git

Run the experiments

  • mkdir experiments
  • cd Nearest_Neighbors
  • nvcc -O3 src/main.cu --gpu-architecture=compute_61 -Xcompiler -fopenmp -o run
  • ./run -d ../data -e ../experiments

Results

OpenMP

alt text

CUDA

alt text

Comparison

alt text

nearest_neighbors's People

Contributors

fedem96 avatar iacopoerpichini avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.