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.
2 parents 0f23b26 + 98f8e65 commit 82eed52Copy full SHA for 82eed52
dpctl/_sycl_device.pxd
@@ -29,8 +29,8 @@ from libcpp cimport bool as cpp_bool
29
30
31
cdef class _SyclDevice:
32
- ''' Wrapper data owner class for a Sycl Device
33
- '''
+ """ A helper data-owner class to abstract a `cl::sycl::device` instance.
+ """
34
cdef DPCTLSyclDeviceRef _device_ref
35
cdef const char *_vendor
36
cdef const char *_name
0 commit comments