Skip to content

Commit 82eed52

Browse files
Merge pull request #393 from IntelPython/_sycldevice-docstring
Edit to _SyclDevice.__doc__
2 parents 0f23b26 + 98f8e65 commit 82eed52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpctl/_sycl_device.pxd

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ from libcpp cimport bool as cpp_bool
2929

3030

3131
cdef class _SyclDevice:
32-
''' Wrapper data owner class for a Sycl Device
33-
'''
32+
""" A helper data-owner class to abstract a `cl::sycl::device` instance.
33+
"""
3434
cdef DPCTLSyclDeviceRef _device_ref
3535
cdef const char *_vendor
3636
cdef const char *_name

0 commit comments

Comments
 (0)