|
| 1 | +--- |
| 2 | +contributor: scott |
| 3 | +date: '2024-09-12T12:11:00' |
| 4 | +title: 'oneDPL: Multiarchitecture Parallel C++ Programming with oneAPI | Intel Software' |
| 5 | +external_url: 'https://www.youtube.com/watch?v=SsXNONmiSJY' |
| 6 | +type: presentation |
| 7 | +tags: |
| 8 | + - oneapi |
| 9 | + - intel |
| 10 | + - onedpl |
| 11 | + - library |
| 12 | +featuring: |
| 13 | + - name: Nakita Shiledarbaxi |
| 14 | + affiliation_at_video_production_time: Intel Corporation |
| 15 | +--- |
| 16 | + |
| 17 | +The Intel® Developer Zone encourages and supports software developers developing applications for Intel hardware and |
| 18 | +software products. The Intel Software YouTube channel is a place to learn tips and tricks, get the latest news, and |
| 19 | +watch product demos from Intel and our many partners across multiple fields. You'll find videos covering the topics |
| 20 | +listed below, and to learn more, you can follow the links provided! |
| 21 | + |
| 22 | +oneDPL, a part of the Intel® oneAPI Base Toolkit, is a flexible and optimized library for adding cross-platform |
| 23 | +parallelism to your C++ applications for accelerated heterogeneous computing across the latest hardware from diverse |
| 24 | +vendors. It lets you leverage the parallel programming capabilities of the SYCL framework, enhancing the performance of |
| 25 | +C++ workloads. Its latest feature also grants developers a freedom to choose from the available compute resources for |
| 26 | +executing their workloads, based on some pre-defined device selection policies provided by the library. |
| 27 | + |
| 28 | +With oneDPL, you can achieve remarkable performance improvements and acceleration in complex computations in real-world |
| 29 | +applications such as financial modeling, scientific projects, real-time systems, web and cloud-based services, and much |
| 30 | +more. |
| 31 | + |
| 32 | +This video will give you an overview of oneDPL and its component APIs and how C++ developers can benefit from the |
| 33 | +multiarchitecture, vendor-independent, accelerated parallel computing capabilities that the library adds to their C++ |
| 34 | +applications. |
0 commit comments