We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c07e44 commit 6cdb80cCopy full SHA for 6cdb80c
dpctl/__init__.py
@@ -48,6 +48,7 @@
48
from ._sycl_event import SyclEvent
49
from ._sycl_platform import SyclPlatform, get_platforms, lsplatform
50
from ._sycl_queue import (
51
+ LocalAccessor,
52
SyclKernelInvalidRangeError,
53
SyclKernelSubmitError,
54
SyclQueue,
@@ -102,6 +103,7 @@
102
103
"SyclKernelSubmitError",
104
"SyclQueueCreationError",
105
"WorkGroupMemory",
106
+ "LocalAccessor",
107
]
108
__all__ += [
109
"get_device_cached_queue",
0 commit comments