|
3 | 3 | This is the Intel staging area for llvm.org contributions and the home for |
4 | 4 | Intel LLVM-based projects: |
5 | 5 |
|
6 | | -- [oneAPI Data Parallel C++ compiler](#oneapi-data-parallel-c-compiler) |
| 6 | +- [oneAPI DPC++ compiler](#oneapi-dpc-compiler) |
7 | 7 | - [Late-outline OpenMP and OpenMP Offload](#late-outline-openmp-and-openmp-offload) |
8 | 8 |
|
9 | | -## oneAPI Data Parallel C++ compiler |
| 9 | +## oneAPI DPC++ compiler |
10 | 10 |
|
11 | 11 | [](https://www.oneapi.io/) |
12 | 12 |
|
13 | 13 | [](https://github.com/intel/llvm/actions/workflows/sycl_post_commit.yml) |
14 | 14 | [](https://github.com/intel/llvm/actions/workflows/gh_pages.yml) |
15 | 15 |
|
16 | | -The Data Parallel C++ or DPC++ is a LLVM-based compiler project that implements |
17 | | -compiler and runtime support for the SYCL\* language. The project is hosted in |
18 | | -the [sycl](/../../tree/sycl) branch and is synced with the tip of the LLVM |
19 | | -upstream main branch on a regular basis (revisions delay is usually not more |
20 | | -than 1-2 weeks). DPC++ compiler takes everything from LLVM upstream as is, |
21 | | -however some modules of LLVM might be not included in the default project build |
| 16 | +The DPC++ is a LLVM-based compiler project that implements compiler and runtime |
| 17 | +support for the SYCL\* language. The project is hosted in the |
| 18 | +[sycl](/../../tree/sycl) branch and is synced with the tip of the LLVM upstream |
| 19 | +main branch on a regular basis (revisions delay is usually not more than 1-2 |
| 20 | +weeks). DPC++ compiler takes everything from LLVM upstream as is, however some |
| 21 | +modules of LLVM might be not included in the default project build |
22 | 22 | configuration. Additional modules can be enabled by modifying build framework |
23 | 23 | settings. |
24 | 24 |
|
|
0 commit comments