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 8a7bae8 commit 49000a3Copy full SHA for 49000a3
dpctl/program/_program.pxd
@@ -41,7 +41,7 @@ cdef class SyclKernel:
41
42
43
cdef class SyclProgram:
44
- ''' Wraps a sycl::kernel_bundle<sycl::bundle_state::executable> object created from
+ ''' Wraps a sycl::kernel_bundle<sycl::bundle_state::executable> object created by
45
using SYCL interoperability layer for OpenCL and Level-Zero backends.
46
47
SyclProgram exposes the C API from dpctl_sycl_kernel_bundle_interface.h. A
0 commit comments