Skip to content

Commit d374d18

Browse files
author
Howard Pritchard
committed
accel/ze: fix a compile problem with query_event
method Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent be4d354 commit d374d18

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

opal/mca/accelerator/ze/accelerator_ze_module.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -395,11 +395,6 @@ static int mca_accelerator_ze_query_event(int dev_id, opal_accelerator_event_t *
395395
return OPAL_SUCCESS;
396396
}
397397

398-
static int mca_accelerator_ze_query_event(int dev_id, opal_accelerator_event_t *event, opal_accelerator_stream_t *stream)
399-
{
400-
return OPAL_ERR_NOT_IMPLEMENTED;
401-
}
402-
403398
static int mca_accelerator_ze_memcpy_async(int dest_dev_id, int src_dev_id, void *dest, const void *src,
404399
size_t size, opal_accelerator_stream_t *stream,
405400
opal_accelerator_transfer_type_t type)

0 commit comments

Comments
 (0)