Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-perevezentsev committed Jul 19, 2021
1 parent 1dcf884 commit 05f0326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions dpctl-capi/include/dpctl_sycl_event_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ DPCTL_API
DPCTLSyclBackendType DPCTLEvent_GetBackend(__dpctl_keep DPCTLSyclEventRef ERef);

/*!
* @brief Return the vector of events that this event waits for
* @brief C-API wrapper for sycl::event.get_wait_list.
* Returns a vector of events that this event still waits for.
*
* @param ERef Opaque pointer to a ``sycl::event``
* @return A DPCTLEventVectorRef of DPCTLSyclEventRef objects
* @param ERef Opaque pointer to a ``sycl::event``.
* @return A DPCTLEventVectorRef of DPCTLSyclEventRef objects.
* @ingroup EventInterface
*/
DPCTL_API
Expand Down
1 change: 0 additions & 1 deletion dpctl-capi/tests/test_sycl_event_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include "dpctl_sycl_types.h"
#include <CL/sycl.hpp>
#include <gtest/gtest.h>
#include <typeinfo>

using namespace cl::sycl;

Expand Down

0 comments on commit 05f0326

Please sign in to comment.