Skip to content

Commit ca2e895

Browse files
Fix comments
1 parent 1dcf884 commit ca2e895

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dpctl-capi/include/dpctl_sycl_event_interface.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,11 @@ DPCTL_API
9797
DPCTLSyclBackendType DPCTLEvent_GetBackend(__dpctl_keep DPCTLSyclEventRef ERef);
9898

9999
/*!
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 waits for.
101102
*
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.
104105
* @ingroup EventInterface
105106
*/
106107
DPCTL_API

dpctl-capi/tests/test_sycl_event_interface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include "dpctl_sycl_types.h"
3030
#include <CL/sycl.hpp>
3131
#include <gtest/gtest.h>
32-
#include <typeinfo>
3332

3433
using namespace cl::sycl;
3534

0 commit comments

Comments
 (0)