Skip to content

OpenACCUserGroup/openacc-users-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

OpenACC Lectures and Code Samples

About

The goal of this project is to learn from each other on how to use OpenACC. Sharing lecture materials and sample codes amongst us will enable each of us to actively engage the OpenACC user community and educate them to learn on how to create a portable scientific code using OpenACC without compromising on performance and accuracy.

Contribution Guidelines

The CONTRIBUTING.md has further guidelines on how to make your contributions to the repository. Please go through them carefully before getting started.

Contributed Lecture Materials

Contributed Sample Codes

PolyBench-ACC

Main Contributor: William Killian killian@udel.edu - University of Delaware
Based off work by: Louis-Noel Pouchet pouchet@cse.ohio-state.edu - Ohio State University
This benchmark suite is partially derived from the PolyBench benchmark suite developed by Louis-Noel Pouchet and available at http://www.cs.ucla.edu/~pouchet/software/polybench/
Codes are separated into the following categories: data mining, linear-algebra/kernels, linear-algebra/solvers, and stencils.

NAS_SHOC

Main Contributor: Sergio Pino sergiop@udel.edu - University of Delaware
This benchmark suite is partially derived from the openacc-npb and shoc benchmark suites.
Codes: benchmarks designed to capture the computational core of the numerical methods used by a computation fluid dynamics applications, and benchmarks that perform low-level operations such as reductions.

Tutorial1

Main Contributor: Michael Wolfe mwolfe@nvidia.com - NVIDIA Corp. These are small sample programs used in OpenACC introductory tutorials.