Chapter 8: OpenACC Next steps

Here we will show some additional directives that can be used in OpenACC pragmas by carrying out different types of operations on one or more two-dimensional matrices.

The code examples in these sections of the book compile and run on a remote machine and display results here in your browser.

If you want to try the code on your own machine, the code for these examples is in a GitHub repo for the CSInParallel Project. The code is inside folders called IntermediateOpenACC/next-steps and IntermediateOpenACC/MatrixMultiply-OpenAcc.

All the code examples have a Makefile in each subfolder.

You have attempted of activities on this page