@@ -22,6 +22,10 @@ Classes
22
22
:members:
23
23
:undoc-members:
24
24
25
+ .. autoclass :: dpctl.SyclPlatform
26
+ :members:
27
+ :undoc-members:
28
+
25
29
.. autoclass :: dpctl.SyclQueue
26
30
:members:
27
31
:undoc-members:
@@ -41,21 +45,27 @@ Exceptions
41
45
.. autoexception :: dpctl.SyclKernelInvalidRangeError
42
46
.. autoexception :: dpctl.SyclKernelSubmitError
43
47
.. autoexception :: dpctl.SyclQueueCreationError
44
- .. autoexception :: dpctl.UnsupportedBackendError
45
- .. autoexception :: dpctl.UnsupportedDeviceError
46
48
47
49
Functions
48
50
---------
49
51
52
+ .. autofunction :: get_devices
53
+ .. autofunction :: select_accelerator_device
54
+ .. autofunction :: select_cpu_device
55
+ .. autofunction :: select_default_device
56
+ .. autofunction :: select_gpu_device
57
+ .. autofunction :: select_host_device
58
+ .. autofunction :: get_num_devices
59
+ .. autofunction :: has_cpu_devices
60
+ .. autofunction :: has_gpu_devices
61
+ .. autofunction :: has_accelerator_devices
62
+ .. autofunction :: has_host_device
63
+ .. autofunction :: get_platforms
64
+ .. autofunction :: lsplatform
50
65
.. autofunction :: device_context
51
- .. autofunction :: dump
52
66
.. autofunction :: get_current_backend
53
67
.. autofunction :: get_current_device_type
54
68
.. autofunction :: get_current_queue
55
- .. autofunction :: get_include
56
69
.. autofunction :: get_num_activated_queues
57
- .. autofunction :: get_num_platforms
58
- .. autofunction :: get_num_devices
59
- .. autofunction :: has_sycl_platforms
60
70
.. autofunction :: is_in_device_context
61
71
.. autofunction :: set_global_queue
0 commit comments