Skip to content

Commit 502309e

Browse files
author
Diptorup Deb
committed
Change wording from control to access.
1 parent a1c8b15 commit 502309e

File tree

1 file changed

+3
-3
lines changed
  • docs/docfiles/user_guides/manual/dpctl

1 file changed

+3
-3
lines changed

docs/docfiles/user_guides/manual/dpctl/intro.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ and extension developers to access a data-parallel computing resource or XPU
88
available on a modern heterogeneous system. The "X" in XPU can stand for
99
a diverse range of compute architectures such as a CPU, GPU, FPGA, *etc.*, and
1010
can be tailored to the needs of an application. Dpctl's objective is to provide
11-
a Python runtime to control or to manage an XPU from any Python application or
12-
library, alleviating the need for other Python packages to develop such a
13-
runtime themselves. The runtime is built on top of the C++ SYCL standard and is
11+
a Python runtime to control an XPU from any Python application or library,
12+
alleviating the need for other Python packages to develop such a runtime
13+
themselves. The runtime is built on top of the C++ SYCL standard and is
1414
envisioned to be both vendor and architecture agnostic. If the underlying SYCL
1515
runtime supports a type of architecture, the dpctl runtime will allow managing
1616
that architecture from Python.

0 commit comments

Comments
 (0)