826 if(sched == NULL)
return;
831 for (
int j = 0; j < 4; j++){
832 if (sched->
req[j] != MPI_REQUEST_NULL) MPI_Request_free(&sched->
req[j]);
840 if (free_buf && packVector){
845 if(sched->lo_async_id){
848 if(sched->hi_async_id){
852 sched->dev_mem = NULL;
MPI_Datatype datatype_hi
Definition: xmp_data_struct.h:129
MPI_Datatype datatype_lo
Definition: xmp_data_struct.h:128
MPI_Request req[4]
Definition: xmp_data_struct.h:131
void _XACC_memory_free(_XACC_memory_t *memory)
Definition: xacc_util_cl.c:64
void _XACC_queue_destroy(_XACC_queue_t *queue)
Definition: xacc_util_cl.c:35
void _XACC_host_free(void **ptr)
Definition: xacc_util_cl.c:108