Giter Site home page Giter Site logo

gpu-project's Introduction

Accelerating Hierarchical Clustering with GPU

Sanjar Ahmadov, Rajath Ravindranath Dani, & Ameya Shere

Directory Structure

This codebase is structured as follows.

  • src folder contains the source code for all 4 implementations
  • target folder contains the binaries for all 4 implementations
  • compile.sh compiles the source code and generates the binaries
  • run_experiments.py runs experiments for different problem sizes across the different clusters
  • collect_experiments_results.py collects and generates a summary of the experiments results in a given folder
.
├── compile.sh
├── run_experiments.py
├── collect_experiments_results.py
└── src
│   ├── cpu_clustering.cpp
│   ├── naive_cpu_clustering.cpp
│   ├── single_gpu_clustering.cu
│   └── single_gpu_clustering_sort.cu
└── target
    ├── cpu1
    ├── cpu2
    ├── gpu1
    └── gpu2

Instructions

  1. cd to root
  2. Enable script permissions: chmod +x compile.sh
  3. Compile and generate binaries in target folder: ./compile.sh
  4. To run any of the 4 binaries: ./target/<binary-name> N M, where N is number of samples to generate and M is dimension of samples
  5. To run the experiments: ./run_experiments.py folder_path
  6. To get the outputs of finished experiments: ./collect_experiments_results.py folder_path

gpu-project's People

Contributors

sanjarahmadov avatar rajathrd avatar aashere avatar

Watchers

 avatar  avatar  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.