Code Monkey home page Code Monkey logo

high-performance-computing's Introduction

High-Performance-Computing

Week1 [ OpenMP ]

  • Intro to OpenMP, HelloWorld , vector addition and multiplication.
  • Analysing Runtime, Speedup and Parallelization Fraction based on the hardware specifications.

Week2 [ OpenMP ]

  • Matirx Additon , Matrix Multiplication (Row Major).
  • Analysing Runtime, Speedup and Parallelization Fraction based on the hardware specifications.

Week3 [ OpenMP ]

  • Sum of N numbers, Vector dot product.
  • Reduction and Critical Section.
  • Analysing Runtime, Speedup and Parallelization Fraction based on the hardware specifications.

Week4 [ OpenMP ]

  • Block Based Matrix Multiplication.
  • Analysing Runtime, Speedup and Parallelization Fraction based on the hardware specifications.

DesignAcitivity1 [ CodeOptimization + OpenMP ]

  • Parallelize the following sequence and write openMP and estimate parallelization fraction for the sequence’s larger number 100000. Write your comments on each problem.
    • Sequence 5, 8, 11, 14, 17, 20, 23..
    • Sequence 1 * sin a, 3 * sin b, 6 * sin c, 10 * sin d, 15 * sin a, 21 * sin b, 28 * sin c, 36 * sin d, 45 * sin a, .. Where a, b, c, d follows following sequence 0, 30, 60 and 90 respectively.
    • Sequence 8,4√2,4,2√2

MA_FIR [ N-order Moving Average FIR Filter Simulation ]

  • Course Project split into 5 phases
    • Theoritical Analysis
    • Profiling
    • OpenMP
    • MPI
    • CUDA

high-performance-computing's People

Contributors

paletikrishnasai avatar

Stargazers

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