CARLsim  5.0.0
CARLsim: a GPU-accelerated SNN simulator
ThreadStruct_s Struct Reference

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
 

Detailed Description

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 723 of file snn_datastructures.h.

Member Data Documentation

◆ endIdx

int endIdx

Definition at line 728 of file snn_datastructures.h.

◆ GtoLOffset

int GtoLOffset

Definition at line 729 of file snn_datastructures.h.

◆ lGrpId

int lGrpId

Definition at line 726 of file snn_datastructures.h.

◆ netId

int netId

Definition at line 725 of file snn_datastructures.h.

◆ snn_pointer

void* snn_pointer

Definition at line 724 of file snn_datastructures.h.

◆ startIdx

int startIdx

Definition at line 727 of file snn_datastructures.h.


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