PULSAR  2.0.0
Parallel Ultra-Light Systolic Array Runtime
 All Data Structures Files Functions Typedefs Enumerations Macros Groups
prt_proxy_s Struct Reference

VSA's proxy. More...

#include <prt_proxy.h>

Data Fields

struct prt_vsa_svsa
 
int num_agents
 
icl_hash_ttags_hash
 
icl_deque_t ** sends_requested
 
icl_list_t ** sends_posted
 
icl_list_trecvs_posted
 
icl_deque_ttransfers
 
size_t max_channel_size
 
volatile int num_callbacks
 

Detailed Description

VSA's proxy.

The reason for the num_callbacks counter is the following: Empty transfers queue does not mean there is nothing pending. Communication requests may be sitting in a stream waiting to be queued.

Definition at line 49 of file prt_proxy.h.


The documentation for this struct was generated from the following file: