Skip to content

Commit 9829fd7

Browse files
author
Diptorup Deb
committed
Add stubs for the page on device.
1 parent 2665320 commit 9829fd7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The :class:`dpctl.SyclDevice` class is an abstract representation of a
1313
data-parallel computation device. A device can be a CPU, GPU, FPGA, or other
1414
type of accelerator.
1515

16-
Listing devices
16+
Listing Devices
1717
---------------
1818

1919
.. todo::

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ platforms queryable using dpctl depends on the device drivers that are installed
1111
on a system. A single driver may control multiple physical XPU, thus a platform
1212
may also consist of multiple XPUs.
1313

14+
Listing Available Platforms
15+
---------------------------
16+
1417
The platforms available on a system can be queried using the
1518
:func:`dpctl.lsplatform` function. In addition, as illustrated in the following
1619
example it is possible to print out metadata about a platform.

0 commit comments

Comments
 (0)