Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ssoehdata/cuda_fortran_sci_eng

Working through examples from the Cuda Fortran for Scientists and Engineers 2nd Edition Book
https://github.com/ssoehdata/cuda_fortran_sci_eng

cuda cuda-fortran fortran hpc nvfortran

Last synced: about 2 months ago
JSON representation

Working through examples from the Cuda Fortran for Scientists and Engineers 2nd Edition Book

Awesome Lists containing this project

README

        

## CUDA_Fortran_Sci_Eng
Working through examples from the Cuda Fortran for Scientists and Engineers 2nd Edition Book

Learning the NVIDIA HPC SDK / Cuda Fortran

![Fortran](https://a11ybadges.com/badge?logo=fortran)

![alt text](https://github.com/ssoehdata/CUDA_Fortran_Sci_Eng/blob/main/nvidia_hpc_dev.jpg)
![alt text](https://github.com/ssoehdata/CUDA_Fortran_Sci_Eng/blob/main/nvidia-nsight-graphics.png)

### Table of Contents
####

  • Ch_1 Introduction / Basic Concepts

####
  • Ch_2 Correctness,accuracy,and debugging

####
  • Ch_3 Performance measurement and metrics

####
  • Ch_4 Synchronization

####
  • Ch_5 Optimization

####
  • Ch_6 Porting tips and techniques

####
  • Ch_7 Interfacing withy CUDA C code and CUDA libraries

####
  • Ch_8 Multi-GPU programming

####
  • PART 2 Case Studies

####
  • Ch_9 Monte Carlo method

####
  • Ch_10 Finie difference method

####
  • Ch_11 Applications of the fast Fourier transform (FFT)

####
  • Ch_12 Ray tracing

####
  • Appendix (not incl. in repo)

####
  • Some Examples from the Programming Guide

####

  • The Cuda Fortran Programming Guide(Version 21.9) is also incl. in this repo