Learn how to accelerate C++ programs using data parallelism. This open book enables C++ programmers to be at the forefront of this exciting and important new development that is helping to push computing to new levels. It is full of practical advice, detailed explanations, and code examples to illustrate key topics.
Data parallelism in C++ enables access to parallel resources in a modern heterogeneous system, freeing you from being locked into any particular computing device. Now a single C++ application can use any combination of devices - including GPUs, CPUs, FPGAs and AI ASICs - that are suitable to the problems at hand.
This book teaches data-parallel programming using C++ and the SYCL standard from the Khronos Group and walks through everything needed to use SYCL for programming heterogeneous systems. The book begins by introducing data parallelism and foundational topics for effective use of SYCL and Data Parallel C++ (DPC++), the open source compiler used in this book. Later chapters cover advanced topics including error handling, hardware-specific programming, communication and synchronization, and memory model considerations.
Pages : |
565 |
Size : |
|
Downloads: |
172 |
Created: |
2021-05-15 |
License: |
Free |
Author(s): |
Ben Ashbaugh |
Warning: Trying to access array offset on false in /home/tutovnfz/public_html/amp/article-amp.php on line 263
Download file
Others related eBooks about Data Parallel C++
Learning C++
Learn C ++ language step by step, complete PDF tutorial on 920 free download pages created by StackOverFlow.
C++ Hacker's Guide
Download free course C++ Hacker's Guide, pdf file on 231 pages by Steve Oualine.
The C++ Hackers Guide
An experienced programmer accumulates a set of tools, tricks, and techniques to make his or her programs better.
Pointers - C++ course
PDF course about C++ and pointers, free document in 65 pages.
C++ programming tutorial for professionals
Download free C++ language tutorial course in PDF, training file in 146 chapters and 708 pages. Free unaffiliated ebook created from Stack OverFlow contributor.