首页
社区
课程
招聘
[转帖]Data Parallel C++
发表于: 2020-11-4 05:35 1682

[转帖]Data Parallel C++

2020-11-4 05:35
1682

Data Parallel C++

English | 2021| ISBN-13: 978-1484255735 | 574 Pages | PDF, EPUB | 95.97 MB


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


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 begins by introducing data parallelism and foundational topics for effective use of the SYCL standard from the Khronos Group 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.


Data Parallel C++ provides you with everything needed to use SYCL for programming heterogeneous systems.


What You'll Learn:

- Accelerate C++ programs using data-parallel programming

- Target multiple device types (e.g. CPU, GPU, FPGA)

- Use SYCL and SYCL compilers

- Connect with computing’s heterogeneous future via Intel’s oneAPI initiative


Who This Book Is For:

Those new data-parallel programming and computer programmers interested in data-parallel programming using C++.

https://www75.zippyshare.com/v/xGYLGUWH/file.html

https://mega.nz/file/YbRBFAwR#KnLkY2LgZSewTLu3M3Df3g2XiGBHTUtc7nOHPyqKKoY



[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 1
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
// // 统计代码