GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
GeNNHelperKrnls.h File Reference
#include <curand_kernel.h>

Go to the source code of this file.

Functions

__global__ void setup_kernel (curandState *state, unsigned long seed, int sizeofResult)
 
void xorwow_setup (curandState *devStates, long int sampleSize, long long int seed)
 
template<typename T >
__global__ void generate_random_gpuInput_xorwow (curandState *state, T *result, int sizeofResult, T Rstrength, T Rshift)
 
template<typename T >
void generate_random_gpuInput_xorwow (curandState *state, T *result, int sizeofResult, T Rstrength, T Rshift, dim3 sGrid, dim3 sThreads)
 

Variables

const int BlkSz = 256
 

Function Documentation

template<typename T >
__global__ void generate_random_gpuInput_xorwow ( curandState *  state,
T *  result,
int  sizeofResult,
Rstrength,
Rshift 
)
template<typename T >
void generate_random_gpuInput_xorwow ( curandState *  state,
T *  result,
int  sizeofResult,
Rstrength,
Rshift,
dim3  sGrid,
dim3  sThreads 
)
__global__ void setup_kernel ( curandState *  state,
unsigned long  seed,
int  sizeofResult 
)
void xorwow_setup ( curandState *  devStates,
long int  sampleSize,
long long int  seed 
)

Variable Documentation

const int BlkSz = 256