Contents
- 1. Overview
 - 2. Using OpenACC with the NVIDIA HPC Compilers
- 2.1. CUDA Versions
 - 2.2. Compute Capability
 - 2.3. PTX JIT Compilation
 - 2.4. C Structs in OpenACC
 - 2.5. C++ Classes in OpenACC
 - 2.6. Fortran Derived Types in OpenACC
 - 2.7. Fortran I/O
 - 2.8. OpenACC Atomic Support
 - 2.9. OpenACC Declare Data Directive for Global and Fortran Module Variables
 - 2.10. OpenACC Error Handling
 - 2.11. C Examples
 - 2.12. Fortran Examples
 - 2.13. Troubleshooting Tips and Known Limitations
 
 - 3. Implemented Features