File tree Expand file tree Collapse file tree
docs/doc_sources/api_reference/dpctl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .. _dpctl_constants :
2+
3+ Constants
4+ ========================
5+
6+ The following constants are defined in :py:mod: `dpctl `:
7+
8+ .. currentmodule :: dpctl
9+
10+ .. autodata :: backend_type
11+
12+ .. autodata :: device_type
13+
14+ .. autodata :: event_status_type
15+
16+ .. autodata :: global_mem_cache_type
Original file line number Diff line number Diff line change 6464
6565.. rubric :: Enums
6666
67- .. autosummary ::
68- :toctree: generated
69- :nosignatures:
67+ .. list-table ::
68+ :widths: 10 50
7069
71- device_type
72- backend_type
73- event_status_type
74- global_mem_cache_type
70+ * - :py:class: `dpctl.device_type `
71+ - An :class: `enum.Enum ` of supported SYCL device types.
72+ * - :py:class: `dpctl.backend_type `
73+ - An :class: `enum.Enum ` of supported SYCL backends.
74+ * - :py:class: `dpctl.event_status_type `
75+ - An :class: `enum.Enum ` of SYCL event states.
76+ * - :py:class: `dpctl.global_mem_cache_type `
77+ - An :class: `enum.Enum ` of global memory cache types for a device.
7578
7679.. rubric :: Exceptions
7780
You can’t perform that action at this time.
0 commit comments