A Good Novel About IT and DevOps
In the novel “The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win”, the protagonist Bill is promoted against his will and must immediately take over, be...
January 26, 2015
While browsing through “CUDA Fortran for Scientists and Engineers”, I noticed that the authors provide valuable optimization tips. That piqued my curiosity.
I am not a Fortran programmer myself, so I cannot judge the book from that perspective. But as a C++ developer, this book offers many valuable insights into optimizing CUDA kernels. As an example, the mathematically precise analysis of the “Fused Multiply Add (FMA)” operation in Section 5.2.1 can be mentioned. The book was written by two very competent authors and is very solid. Both authors work at NVIDIA and therefore have insider information.
Unfortunately, the book is already a bit dated; the current Maxwell architecture was only released in 2014. The book covers the Kepler architecture up to Compute Capability 3.5.
However, I have to deduct one point because 61 pages of source code were printed in the appendix. That is no longer up to date; you can just download it.
See also the review on Amazon.
In the novel “The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win”, the protagonist Bill is promoted against his will and must immediately take over, be...
In my opinion, the Spock Framework is currently the most convenient testing framework for the Java platform. Since it is built on the Groovy language, it is very expressive.