Skip to content

Commit 5997f9d

Browse files
committed
Revert "opal/accelerator: add stream_wait_event API"
This reverts commit 673b5f0.
1 parent b52cbc8 commit 5997f9d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

opal/mca/accelerator/accelerator.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -185,17 +185,6 @@ typedef int (*opal_accelerator_base_module_destroy_stream_fn_t)(
185185
typedef int (*opal_accelerator_base_module_synchronize_stream_fn_t)(
186186
opal_accelerator_stream_t *stream);
187187

188-
/**
189-
* Make a stream wait on an event
190-
*
191-
* @param[IN] stream Stream to wait
192-
* @param[IN] event Event to wait on
193-
*
194-
* @return OPAL_SUCCESS or error status on failure
195-
*/
196-
typedef int (*opal_accelerator_base_module_stream_wait_event_fn_t)(
197-
opal_accelerator_stream_t *stream, opal_accelerator_event_t *event);
198-
199188
/**
200189
* Creates an event. An event is a synchronization marker that can be
201190
* appended to a stream to monitor device progress or synchronize the
@@ -439,7 +428,6 @@ typedef struct {
439428
opal_accelerator_base_module_create_stream_fn_t create_stream;
440429
opal_accelerator_base_module_destroy_stream_fn_t destroy_stream;
441430
opal_accelerator_base_module_synchronize_stream_fn_t synchronize_stream;
442-
opal_accelerator_base_module_stream_wait_event_fn_t stream_wait_event;
443431
opal_accelerator_base_module_create_event_fn_t create_event;
444432
opal_accelerator_base_module_record_event_fn_t record_event;
445433
opal_accelerator_base_module_query_event_fn_t query_event;

0 commit comments

Comments
 (0)