File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -185,17 +185,6 @@ typedef int (*opal_accelerator_base_module_destroy_stream_fn_t)(
185
185
typedef int (* opal_accelerator_base_module_synchronize_stream_fn_t )(
186
186
opal_accelerator_stream_t * stream );
187
187
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
-
199
188
/**
200
189
* Creates an event. An event is a synchronization marker that can be
201
190
* appended to a stream to monitor device progress or synchronize the
@@ -439,7 +428,6 @@ typedef struct {
439
428
opal_accelerator_base_module_create_stream_fn_t create_stream ;
440
429
opal_accelerator_base_module_destroy_stream_fn_t destroy_stream ;
441
430
opal_accelerator_base_module_synchronize_stream_fn_t synchronize_stream ;
442
- opal_accelerator_base_module_stream_wait_event_fn_t stream_wait_event ;
443
431
opal_accelerator_base_module_create_event_fn_t create_event ;
444
432
opal_accelerator_base_module_record_event_fn_t record_event ;
445
433
opal_accelerator_base_module_query_event_fn_t query_event ;
You can’t perform that action at this time.
0 commit comments