Coder Social home page Coder Social logo

pengyu965 / cse570-parallel-distributed-processing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from harshdeepsokhey/cse570-parallel-distributed-processing

0.0 0.0 0.0 2 KB

Implementation of Parallel and Distributed Processing assignments

cse570-parallel-distributed-processing's Introduction

CSE 570 : Introduction to Parallel and Distributed Processing

Requirements

  • A CCR node from the GPGPU-capable partition with CUDA 8.0 will be used for testing.
  • Your code will be tested for efficiency.

Assignment 1:

  • Implement an efficient NVIDIA CUDA program for Gaussian kernel density estimate.
  • Assumptions
    • The input vector X and output vector Y are single precision.
    • The size n of vectors X and Y exceeds capacity of a single CUDA thread block, but is small enough to be processed by a single kernel invocation.

Assignment 2:

  • Implement efficient end-to-end Apache Spark program for finding connected components in an undirected graph
  • Assumptions
    • The undirected graph G is too large to fit into a single compute node.
    • The graph G is represented by a list of edges in the form of source target where source is the source vertex id and target is the target vertex id. The vertices are represented as integers. Assume the graph has no self loops. The list of edges are provided as a text file.

cse570-parallel-distributed-processing's People

Contributors

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