Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 782 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 782 Bytes

AMD HPC Training Examples Repo

Welcome to AMD's HPC Training Examples Repo! Here you will find a variety of examples to showcase the capabilities of AMD's GPU software stack. Please be aware that the repo is continuously updated to keep up with the most recent releases of the AMD software.

Run the Tests

Most of the exercises in this repo can be run as a test suite by doing:

git clone https://github.com/amd/HPCTrainingExamples && \
cd HPCTrainingExamples && \
export REPO_DIR = $PWD && \
cd tests && \
./runTests.sh

Feedback

We welcome your feedback and contributions, feel free to use this repo to bring up any issues or submit pull requests. The software made available here is released under the MIT license, more details can be found in LICENSE.md.