|
CARLsim
4.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 722 of file snn_datastructures.h.
| int endIdx |
Definition at line 727 of file snn_datastructures.h.
| int GtoLOffset |
Definition at line 728 of file snn_datastructures.h.
| int lGrpId |
Definition at line 725 of file snn_datastructures.h.
| int netId |
Definition at line 724 of file snn_datastructures.h.
| void* snn_pointer |
Definition at line 723 of file snn_datastructures.h.
| int startIdx |
Definition at line 726 of file snn_datastructures.h.