Code Monkey home page Code Monkey logo

openx's Introduction

Parallel computation on the CPU and GPU: structure and application

OpenX { X = MP/ACC } Directives


Objective

.
├── AccelerationToMulitcore
│   ├── 1.CPUOpenmp
│   ├── 2.SIMD
│   └── 3.AffinityOpenMP
├── AccelerationToGU
│   ├── GPUoffOpenACC
│   └── GPUoffOpenMP
├── Benchmarks
│   ├── OpenACC_ganga_reduction_collapse
│   ├── OpenACC_kernels_data_optimized
│   ├── OpenAcc_reduction_collapse
│   ├── OpenMP_reduction_collapse
│   ├── OpenMP_reduction_collapse_teams_gang
│   └── openmpPerformance
├── benchmarkfig1.html
└── benchmarkfig1.png

Topics

  1. OpenMP Directives

  2. Single instruction multiple data (SIMD)

  3. OpenACC offloadings

    • Data movement
    • Loop parallelisms
  4. OpenMP Offloadings

    • Target construct
    • The map clause
    • Target Teams construct
    • Nowait clauses
    • Distributed construct
  5. Benchmark

-------------------------------------------------

Authors and acknowledgment

Thanks to:

  1. Tim Mattson (Intel)
  2. Tom Deakin (University of Bristol)
  3. Michael Klemm (AMD)
  4. Jeff Larkin (Nvidia)
  5. Manuel Arenaz (NERSC)
  6. Luca and Sergio (CINECA) and many others OpenMP 5.0.1 specification and examples https://www.openmp.org/resources/

Feedback


To improve the quality of this work or for any suggestion contact me: [email protected]

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.