Skip to content

Commit 7974d4c

Browse files
Update index.rst (#401)
Acknowledge SYCL, don't claim DPC++ is a language. These are simple minimal changes to align us. More editing is certainly possible. This gets the job done sufficiently IMHO.
1 parent 865bf2b commit 7974d4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/elements/dpcpp/source/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. SPDX-FileCopyrightText: 2019-2021 Intel Corporation
1+
.. SPDX-FileCopyrightText: 2019-2022 Intel Corporation
22
..
33
.. SPDX-License-Identifier: CC-BY-4.0
44
@@ -11,10 +11,10 @@ DPC++
1111
Overview
1212
--------
1313

14-
|dpcpp_full_name| (DPC++) is the direct programming language and
15-
associated direct programming APIs of oneAPI. It provides the
14+
Data Parallel C++ (DPC++) is an LLVM project to implement SYCL that provides direct programming
15+
capabilities for C++ programmers, and oneAPI libraries such as oneMKL. It provides the
1616
features needed to define data parallel functions and to launch them
17-
on devices. The language is comprised of the following components:
17+
on devices. DPC++ is made up of the following components:
1818

1919
- C++. Every DPC++ program is also a C++ program. A
2020
compliant DPC++ implementation must support the C++17 Core Language

0 commit comments

Comments
 (0)