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 2870b50 commit 0cc588eCopy full SHA for 0cc588e
libsyclinterface/include/dpctl_sycl_types.h
@@ -60,7 +60,8 @@ typedef struct DPCTLOpaqueSyclEvent *DPCTLSyclEventRef;
60
typedef struct DPCTLOpaqueSyclKernel *DPCTLSyclKernelRef;
61
62
/*!
63
- * @brief Opaque pointer to a ``sycl::kernel_bundle``
+ * @brief Opaque pointer to a
64
+ * ``sycl::kernel_bundle<sycl::bundle_state::executable>``
65
*
66
*/
67
typedef struct DPCTLOpaqueSyclKernelBundle *DPCTLSyclKernelBundleRef;
0 commit comments