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...
April 20, 2014
The book “GPU Computing Gems (Emerald Edition)” is a collection of 50 scientific articles about experiences using GPU computing in various subject areas.
All articles have a similar structure: the abstract is followed by the theoretical foundations, some of which are very mathematical. Then the kernels are presented, which are in turn optimized. Finally, the performance is compared with the CPU.
The authors present techniques here that allowed them to achieve significant performance gains. As a CUDA developer, I found this interesting in many places.
However, I cannot recommend this book without reservation. The reader must have an enthusiasm for CUDA and for scientific algorithms. If you just want to learn optimization with CUDA, this is not the right book.
P.S. The book was published back in 2011, so some parts are already outdated. I am only reviewing it now because I have only just finished reading all 50 articles.
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.