Skip to content

Commit 298a5a7

Browse files
committed
Add docstring for LocalAccessor
1 parent c6f4485 commit 298a5a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dpctl/_sycl_queue.pyx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ cdef class kernel_arg_type_attribute:
123123

124124

125125
cdef class LocalAccessor:
126+
"""
127+
128+
"""
126129
cdef _md_local_accessor lacc
127130

128131
def __cinit__(self, size_t ndim, str dtype, size_t dim0, size_t dim1, size_t dim2):

0 commit comments

Comments
 (0)