Code Monkey home page Code Monkey logo

hpdga-spring24's Introduction

High-Performance Data & Graph Analytics - Spring 2024

Repository for the High-Performance Data and Graph Analytics contest.

Main deadlines:

  • Register for the contest: 2024-05-15 (yy-mm-dd) @ 23:59 CET
  • Submission (as detailed in the lecture's slides): 2023-07-15 (yy-mm-dd) @ 23:59 CET (NO LATE COMMITS!)

For further details follow the information on the lecture's slides.

Contest instructions

The contest is organized in two main steps:

  1. Accelerate the search procedure for varying values of K (K=100, K=1000)
  2. [Optional - Only after 1 is completed] Accelerate the index construction step

You are responsible of completing the two steps and properly organize the time at your disposal!

Create a release once step-1 is completed.

Build and run

You can build and execute the existing implementation by running the following commands:

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

In the repository, you'll find the smallest dataset. To download the standard one:

wget ftp://ftp.irisa.fr/local/texmex/corpus/sift.tar.gz
tar -xvzf sift.tar.gz

You will have to modify the Makefile in order to compile the code with nvcc, as seen during the lectures.

How to use Colab

  1. From your private copy of this repository, open the colab.ipynb file in this folder and click on the "open in Colab" button
  2. Create a GihHub fine-grained personal access token just for this repository link (remember to give the right permission to the token in order to use it)
  3. Select the GPU runtime in Colab link
  4. Change the parameters accordingly with your account ID, clone repository name and token

We suggest editing the original code on your local machine, commit it on GitHub and then load the changes inside of your Colab environment by executing the cell for pulling the remote commits.

Credits

This is a highly simplified and didactic version of https://github.com/arailly/hnsw with additional comments and parsing of .ivec/.fvec input files.

hpdga-spring24's People

Contributors

ian-ofgod 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.