Giter Site home page Giter Site logo

nearest-neighbor-cuda-v.1's Introduction

Nearest-Neighbor-Cuda-v.1

Nearest Neighbor Grid Implementation in CUDA

Author: Dimitris Antoniadis ~ [email protected]


This Project has been implemented in the context of Academic Subject
Parallel and Distributed Systems of Aristotle University of Thessaloniki(AUTH)


Project 3

This repository includes a serial CPU implementation and a parallel GPU implementation.

Compilation Makefile The following command creates the parallel program

$ make
or $ make parallel

The following command creates the parallel program using Shared Memory

$ make shared

The following command creates the serial program

$make serial

Cleanup

$ make clean

Execution

$ ./cudaSerial argument1

$ ./cudaParallel argument1

$ ./cudaParallelShared argument1

where d = 2^argument1 and grid size is [d X d X d]

*** Important ***

1)Choose the power of the size of the Array N_power.

2)Open matlabScript.m and change N_power value.(If you wish change the name of the files and the output folder)

3)Run matlabScript

4)Open *.cu file and change the value of N_power and set the desired value of d_power(If you have changed matlabScript's output files, make sure to change them in the folder too. You have to change 4 path strings (2 in main function, 2 in validationFromFile function)

5)Compile the file you wish to run

6)Run the file

nearest-neighbor-cuda-v.1's People

Contributors

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