Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Wei, Jimmy T edited this page Mar 10, 2023 · 1 revision

What is Data-Parallel C++

Data-Parallel C++ or DPC++ for short is a new direct programming language of oneAPI an Intel-led initiative to unify and simplify application development across diverse computing architectures.

DPC++ is based on C++, incorporates SYCL* specification 1.2.1 from The Khronos Group*, and includes language extensions developed using an open community process. Purposely designed as an open, cross-industry alternative to single-architecture, proprietary languages, DPC++ enables developers to more easily port their code across CPUs, GPUs, and FPGAs, and also tune performance for a specific accelerator.

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.