Skip to content

Commit 0cc588e

Browse files
Improved docstring for DPCTLSyclKernelBundleRef
1 parent 2870b50 commit 0cc588e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libsyclinterface/include/dpctl_sycl_types.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ typedef struct DPCTLOpaqueSyclEvent *DPCTLSyclEventRef;
6060
typedef struct DPCTLOpaqueSyclKernel *DPCTLSyclKernelRef;
6161

6262
/*!
63-
* @brief Opaque pointer to a ``sycl::kernel_bundle``
63+
* @brief Opaque pointer to a
64+
* ``sycl::kernel_bundle<sycl::bundle_state::executable>``
6465
*
6566
*/
6667
typedef struct DPCTLOpaqueSyclKernelBundle *DPCTLSyclKernelBundleRef;

0 commit comments

Comments
 (0)