CUDA Fortran for Scientists and Engineers, 2nd Ed (Morgan Kaufmann)
Wednesday, 14 August 2024

This book shows hows how high-performance application developers can use the power of GPUs using Fortran. Gregory Ruetsch and Massimiliano Fatica presume no prior parallel computing experience, and cover the basics along with best practices for efficient GPU computing using CUDA Fortran.

<ASIN:044321977X >

In order to add CUDA Fortran to existing Fortran codes, they explain how to understand the target GPU architecture, identify computationally-intensive parts of the code, and modify the code to manage the data and parallelism and optimize performance – all in Fortran, without having to rewrite in another language.

Author: Gregory Ruetsch and Massimiliano Fatica
Publisher: Morgan Kaufmann
Date: July 2024
Pages: 350
ISBN: 978-0443219771
Print: 044321977X
Kindle: B0D9B5QPCQ
Audience: Developers interested in Fortran
Level: Intermediate
Category: Other Languages

  • Presents optimization strategies for current hardware, including Hopper generation GPUs
  • Includes discussions of new language and hardware features, including managed memory, tensor cores, shuffle instructions, new multi-GPU paradigms
  • Offers resources and strategies for porting large codes to GPUs, including language features as well as library use

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner


Zombie Scrum Survival Guide (Addison-Wesley)

Author: Christiaan Verwijs, Johannes Schartau and Barry Overeem
Publisher: Addison-Wesley Professional
Date: November 2020
Pages: 200
ISBN: 978-0136523260
Print: 0136523269
Kindle: ‎ B08F5GY39V
Audience: Scrum developers
Rating: 5
Reviewer: Kay Ewbank

The idea behind this book is a fascinating [ ... ]



React Programming

Author: Loren Klingman and Ashley Parker
Publisher: Big Nerd Ranch Guides
Date: April 2023
ISBN:978-0137901760
Print:0137901763
Kindle:B0C4V69S8Z
Audience: Front end devs
Rating: 4
Reviewer: Ian Elliot
React is difficult to master, so a book can really help.


More Reviews