File tree Expand file tree Collapse file tree 2 files changed +26
-7
lines changed
docs/doc_sources/api_reference/dpctl Expand file tree Collapse file tree 2 files changed +26
-7
lines changed 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 64
64
65
65
.. rubric :: Enums
66
66
67
- .. autosummary ::
68
- :toctree: generated
69
- :nosignatures:
67
+ .. list-table ::
68
+ :widths: 10 50
70
69
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.
75
78
76
79
.. rubric :: Exceptions
77
80
You can’t perform that action at this time.
0 commit comments