Skip to content

Commit 49000a3

Browse files
Fixed grammar in SyclProgram class docstring
1 parent 8a7bae8 commit 49000a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/program/_program.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cdef class SyclKernel:
4141

4242

4343
cdef class SyclProgram:
44-
''' Wraps a sycl::kernel_bundle<sycl::bundle_state::executable> object created from
44+
''' Wraps a sycl::kernel_bundle<sycl::bundle_state::executable> object created by
4545
using SYCL interoperability layer for OpenCL and Level-Zero backends.
4646
4747
SyclProgram exposes the C API from dpctl_sycl_kernel_bundle_interface.h. A

0 commit comments

Comments
 (0)