You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dpctl/__init__.py
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,11 @@
19
19
20
20
Dpctl's Python API implements Python wrappers for a subset of DPC++/SYCL's
21
21
API. The Python API exposes wrappers for the SYCL runtime classes (expect
22
-
`device_selector`) described in Section 4.6 of the SYCL 2020 spec (https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#_sycl_runtime_classes).
23
-
Apart from the main SYCL runtime classes, dpctl includes a `memory` sub-module that exposes the SYCL USM allocators and deallocators.
22
+
``device_selector``) described in Section 4.6 of the
0 commit comments