Menu

Posts tagged with #c++

All posts tagged with #c++ in chronological order with newest first.

Posts tagged with #c++

Mar 16, 2015 gpu-computing

A Good Introduction to C++ AMP

“C++ AMP: Accelerated Massive Parallelism with Microsoft Visual C++” is a good introduction to programming with C++ AMP. Unfortunately, at the time of this review, it is the only book...

#review #c++ #parallelism #concurrency #gpu-computing
Read more arrow_forward
Feb 23, 2015 gpu-computing

The Best Book on OpenCL 1.x

What makes “OpenCL in Action: How to Accelerate Graphics and Computation” special is that the author, Matthew Scarpino, truly tries to explain the programs. You learn the reasons behind his...

#review #c++ #parallelism #concurrency #gpu-computing #opencl
Read more arrow_forward
Jan 26, 2015 gpu-computing

Solid Optimization Tips for CUDA

While browsing through “CUDA Fortran for Scientists and Engineers”, I noticed that the authors provide valuable optimization tips. That piqued my curiosity.

#review #c++ #parallelism #concurrency #nvidia-cuda #gpu-computing
Read more arrow_forward
Apr 19, 2014 gpu-computing

Only recommended for die-hard CUDA fans

I had already read many articles from the series “CUDA, Supercomputing for the Masses” by Rob Farber on the Dr. Dobb’s website and was quite impressed. Back then in 2009,...

#review #c++ #parallelism #concurrency #nvidia-cuda #gpu-computing
Read more arrow_forward
Apr 16, 2014 gpu-computing

Best CUDA Book for Advanced Users

With CUDA, it’s easy to speed up a calculation by a factor of 2-5. How to achieve higher speedups is explained in “CUDA Programming” by Shane Cook.

#review #c++ #parallelism #concurrency #nvidia-cuda #gpu-computing
Read more arrow_forward
Apr 01, 2014 gpu-computing

Good Tips for Performance Optimization

In “The CUDA Handbook”, Nicholas Wilt proves himself to be very competent and keen to experiment with kernel optimization. Advanced readers will find this book very beneficial.

#review #c++ #parallelism #concurrency #gpu-computing #nvidia-cuda
Read more arrow_forward
Nov 15, 2011 software-engineering

Only for 'Thread Monkeys'

With the title “The Art of Concurrency”, high expectations are set that are not met. The subtitle “A Thread Monkey’s Guide to Writing Parallel Applications” is more fitting for the...

#review #parallelism #concurrency #c++
Read more arrow_forward