CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
|
CPU multithreading subroutine (that takes single argument) struct argument. More...
#include <snn_datastructures.h>
Public Attributes | |
int | endIdx |
int | GtoLOffset |
int | lGrpId |
int | netId |
void * | snn_pointer |
int | startIdx |
This sturcture contains the snn object (because the multithreading routing is a static method and does not recognize this object), netID runtime used by the CPU runtime methods, local group ID, startIdx, endIdx, GtoLOffset
Definition at line 937 of file snn_datastructures.h.
int endIdx |
Definition at line 942 of file snn_datastructures.h.
int GtoLOffset |
Definition at line 943 of file snn_datastructures.h.
int lGrpId |
Definition at line 940 of file snn_datastructures.h.
int netId |
Definition at line 939 of file snn_datastructures.h.
void* snn_pointer |
Definition at line 938 of file snn_datastructures.h.
int startIdx |
Definition at line 941 of file snn_datastructures.h.