|
PULSAR
0.1
Parallel Unified Linear Algebra with Systolic Arrays
|
VSA's worker thread Owns a number of VDPs. Knows the communication proxy. More...
#include <prt_thread.h>

Data Fields | |
| struct prt_vsa_s * | vsa |
| int | rank |
| int | core |
| pthread_t | id |
| icl_list_t * | vdps |
| int | finished |
VSA's worker thread Owns a number of VDPs. Knows the communication proxy.
Definition at line 27 of file prt_thread.h.
| int prt_thread_s::core |
Definition at line 30 of file prt_thread.h.
| int prt_thread_s::finished |
Definition at line 33 of file prt_thread.h.
| pthread_t prt_thread_s::id |
Definition at line 31 of file prt_thread.h.
| int prt_thread_s::rank |
Definition at line 29 of file prt_thread.h.
| icl_list_t* prt_thread_s::vdps |
Definition at line 32 of file prt_thread.h.
| struct prt_vsa_s* prt_thread_s::vsa |
Definition at line 28 of file prt_thread.h.