|
PULSAR
2.0.0
Parallel Ultra-Light Systolic Array Runtime
|
PRT local transfer. More...
#include "prt.h"Go to the source code of this file.
Data Structures | |
| struct | prt_transfer_s |
| Local transfer object. More... | |
Typedefs | |
| typedef struct prt_transfer_s | prt_transfer_t |
| Local transfer object. | |
Functions | |
| prt_transfer_t * | prt_transfer_new (struct prt_packet_s *packet, struct prt_channel_s *channel, prt_direction_t direction, int agent) |
| void | prt_transfer_delete (prt_transfer_t *transfer) |
| Destroys a local transfer object. More... | |
PRT local transfer.
PULSAR Runtime http://icl.utk.edu/pulsar/ Copyright (C) 2012-2015 University of Tennessee.
Definition in file prt_transfer.h.
| void prt_transfer_delete | ( | prt_transfer_t * | transfer) |
Destroys a local transfer object.
| – | The local transfer object to destroy. |
Definition at line 46 of file prt_transfer.c.