Spike!
v1.0
A high speed Spiking Neural Network Simulator designed for GPGPUs.
|
Public Member Functions | |
void | set_up_random_states (int threads_per_blocks_x, int number_of_blocks_x, int seed) |
Static Public Member Functions | |
static RandomStateManager * | instance () |
Public Attributes | |
curandState_t * | d_states |
dim3 | threads_per_block |
dim3 | block_dimensions |
int | total_number_of_states |