GeNN  1.1
GPU enhanced Neuronal Networks (GeNN)
 All Classes Files Functions Variables Typedefs Macros Pages
GeNNHelperKrnls.cu File Reference
#include <curand_kernel.h>

Macros

#define BlkSz   256
 

Functions

__global__ void setup_kernel (curandState *state, unsigned long seed, int sizeofResult)
 
__global__ void generate_random_gpuInput_xorwow (curandState *state, float *result, int sizeofResult, float Rstrength, float Rshift)
 
void xorwow_setup (curandState *devStates, long int sampleSize)
 

Macro Definition Documentation

#define BlkSz   256

Function Documentation

__global__ void generate_random_gpuInput_xorwow ( curandState *  state,
float *  result,
int  sizeofResult,
float  Rstrength,
float  Rshift 
)
__global__ void setup_kernel ( curandState *  state,
unsigned long  seed,
int  sizeofResult 
)
void xorwow_setup ( curandState *  devStates,
long int  sampleSize 
)