Skip to content

Commit

Permalink
accel/ze: fix a compile problem with query_event
Browse files Browse the repository at this point in the history
method

Signed-off-by: Howard Pritchard <[email protected]>
  • Loading branch information
Howard Pritchard committed Dec 19, 2023
1 parent be4d354 commit d374d18
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions opal/mca/accelerator/ze/accelerator_ze_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,6 @@ static int mca_accelerator_ze_query_event(int dev_id, opal_accelerator_event_t *
return OPAL_SUCCESS;
}

static int mca_accelerator_ze_query_event(int dev_id, opal_accelerator_event_t *event, opal_accelerator_stream_t *stream)
{
return OPAL_ERR_NOT_IMPLEMENTED;
}

static int mca_accelerator_ze_memcpy_async(int dest_dev_id, int src_dev_id, void *dest, const void *src,
size_t size, opal_accelerator_stream_t *stream,
opal_accelerator_transfer_type_t type)
Expand Down

0 comments on commit d374d18

Please sign in to comment.