File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,10 +97,11 @@ DPCTL_API
97
97
DPCTLSyclBackendType DPCTLEvent_GetBackend (__dpctl_keep DPCTLSyclEventRef ERef);
98
98
99
99
/* !
100
- * @brief Return the vector of events that this event waits for
100
+ * @brief C-API wrapper for sycl::event.get_wait_list.
101
+ * Returns a vector of events that this event still waits for.
101
102
*
102
- * @param ERef Opaque pointer to a ``sycl::event``
103
- * @return A DPCTLEventVectorRef of DPCTLSyclEventRef objects
103
+ * @param ERef Opaque pointer to a ``sycl::event``.
104
+ * @return A DPCTLEventVectorRef of DPCTLSyclEventRef objects.
104
105
* @ingroup EventInterface
105
106
*/
106
107
DPCTL_API
Original file line number Diff line number Diff line change 29
29
#include " dpctl_sycl_types.h"
30
30
#include < CL/sycl.hpp>
31
31
#include < gtest/gtest.h>
32
- #include < typeinfo>
33
32
34
33
using namespace cl ::sycl;
35
34
You can’t perform that action at this time.
0 commit comments