Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ssoehdata/cuda_fortran_sci_eng
- Owner: ssoehdata
- Created: 2024-08-20T10:55:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T14:25:52.000Z (3 months ago)
- Last Synced: 2024-10-23T17:02:12.042Z (3 months ago)
- Topics: cuda, cuda-fortran, fortran, hpc, nvfortran
- Language: Fortran
- Homepage:
- Size: 1.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CUDA_Fortran_Sci_Eng
Working through examples from the Cuda Fortran for Scientists and Engineers 2nd Edition BookLearning 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