Searched refs:curandGenerator_t (Results 1 – 2 of 2) sorted by relevance
5 curandCreateGenerator(curandGenerator_t *generator, curandRngType_t rng_type) {6 using FuncPtr = curandStatus_t (CURANDAPI *)(curandGenerator_t *, curandRngType_t);13 curandCreateGeneratorHost(curandGenerator_t *generator, curandRngType_t rng_type) {14 using FuncPtr = curandStatus_t (CURANDAPI *)(curandGenerator_t *, curandRngType_t);21 curandDestroyGenerator(curandGenerator_t generator) {22 using FuncPtr = curandStatus_t (CURANDAPI *)(curandGenerator_t);45 curandSetStream(curandGenerator_t generator, cudaStream_t stream) {46 using FuncPtr = curandStatus_t (CURANDAPI *)(curandGenerator_t, cudaStream_t);53 curandSetPseudoRandomGeneratorSeed(curandGenerator_t generator, unsigned long long seed) {54 using FuncPtr = curandStatus_t (CURANDAPI *)(curandGenerator_t, unsigned long long);[all …]
38 typedef struct curandGenerator_st* curandGenerator_t; typedef79 using GpuRngHandle = curandGenerator_t;