Beispiel #1
0
 //__device__ unsigned int curand (curandStateScrambledSobol32_t 
 //state)
 public static uint curand(this GThread thread, RandStateScrambledSobol32[] state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand");
 }
Beispiel #2
0
//        __device__ void curand_init (curandDirectionVectors32_t
//direction_vectors, unsigned int offset, curandStateSobol32_t  state)
        public static void curand_init(this GThread thread, RandDirectionVectors32 direction_vectors, uint offset, ref RandStateScrambledSobol32 state)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_init");
        }
Beispiel #3
0
 //__device__ oat curand_uniform (curandStateScrambledSobol32_t state)
 public static double curand_uniform_double(this GThread thread, ref RandStateScrambledSobol32 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_uniform_double");
 }
Beispiel #4
0
 public static void skipahead(this GThread thread, uint n, ref RandStateScrambledSobol32 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "skipahead");
 }
Beispiel #5
0
//        __device__ double curand_log_normal_double (curandStateScrambled-
//Sobol32_t  state, double mean, double stddev)
        public static float curand_log_normal_double(this GThread thread, ref RandStateScrambledSobol32 state, double mean, double stddev)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_log_normal");
        }
Beispiel #6
0
//__device__ oat curand_normal (curandStateScrambledSobol32_t 
//state)
        public static float curand_normal(this GThread thread, ref RandStateScrambledSobol32 state)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_normal");
        }
Beispiel #7
0
//        __device__ void curand_init (curandDirectionVectors32_t
//direction_vectors, unsigned int offset, curandStateSobol32_t  state)
        public static void curand_init(this GThread thread, RandDirectionVectors32 direction_vectors, uint offset, ref RandStateScrambledSobol32 state)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_init");
        }
Beispiel #8
0
 public static void skipahead(this GThread thread, uint n, ref RandStateScrambledSobol32 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "skipahead");
 }
Beispiel #9
0
 //__device__ oat curand_uniform (curandStateScrambledSobol32_t state)
 public static double curand_uniform_double(this GThread thread, ref RandStateScrambledSobol32 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_uniform_double");
 }
Beispiel #10
0
//__device__ oat curand_normal (curandStateScrambledSobol32_t 
//state)
        public static float curand_normal(this GThread thread, ref RandStateScrambledSobol32 state)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_normal");
        }
Beispiel #11
0
//        __device__ double curand_log_normal_double (curandStateScrambled-
//Sobol32_t  state, double mean, double stddev)
        public static float curand_log_normal_double(this GThread thread, ref RandStateScrambledSobol32 state, double mean, double stddev)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_log_normal");
        }