Data Parallel C++ Mastering DPC++ for Programming of Heterogeneous Systems using C++ and SYCL

Learn how to accelerate C++ programs using data parallelism. 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 GP...

Full description

Bibliographic Details
Main Authors: Reinders, James, Ashbaugh, Ben (Author), Brodman, James (Author), Kinsner, Michael (Author)
Format: eBook
Language:English
Published: Berkeley, CA Apress 2021, 2021
Edition:1st ed. 2021
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 03313nmm a2200325 u 4500
001 EB001905304
003 EBX01000000000000001068210
005 00000000000000.0
007 cr|||||||||||||||||||||
008 201208 ||| eng
020 |a 9781484255742 
100 1 |a Reinders, James 
245 0 0 |a Data Parallel C++  |h Elektronische Ressource  |b Mastering DPC++ for Programming of Heterogeneous Systems using C++ and SYCL  |c by James Reinders, Ben Ashbaugh, James Brodman, Michael Kinsner, John Pennycook, Xinmin Tian 
250 |a 1st ed. 2021 
260 |a Berkeley, CA  |b Apress  |c 2021, 2021 
300 |a XXVI, 548 p. 338 illus., 280 illus. in color  |b online resource 
505 0 |a Chapter 1: Introduction -- Chapter 2: Where code executes -- Chapter 3: Data management and ordering the uses of data -- Chapter 4: Expressing parallelism -- Chapter 5: Error handling -- Chapter 6: USM in detail -- Chapter 7: Buffers in detail -- Chapter 8: DAG scheduling in detail -- Chapter 9: Local memory and work-group barriers -- Chapter 10: Defining kernels -- Chapter 11: Vectors -- Chapter 12: Device-specific extension mechanism -- Chapter 13: Programming for GPUs -- Chapter 14: Programming for CPUs -- Chapter 15: Programming for FPGAs -- Chapter 16: Address spaces and multi_ptr -- Chapter 17: Using libraries -- Chapter 18: Working with OpenCL -- Chapter 19: Memory model and atomics 
653 |a Compilers (Computer programs) 
653 |a Compilers and Interpreters 
653 |a Maker 
653 |a Makerspaces 
700 1 |a Ashbaugh, Ben  |e [author] 
700 1 |a Brodman, James  |e [author] 
700 1 |a Kinsner, Michael  |e [author] 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4842-5574-2 
856 4 0 |u https://doi.org/10.1007/978-1-4842-5574-2?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.45 
520 |a Learn how to accelerate C++ programs using data parallelism. 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 open access 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. 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. You will learn: • How to accelerate C++ programs using data-parallel programming • How to target multiple device types (e.g. CPU, GPU, FPGA) • How to use SYCL and SYCL compilers • How to connect with computing’s heterogeneous future via Intel’s oneAPI initiative