Ejemplo n.º 1
0
 //        __device__ unsigned long long curand (curandStateScrambledSobol64_t
 // state)
 public static ulong curand(this GThread thread, RandStateScrambledSobol64[] state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand");
 }
Ejemplo n.º 2
0
//__device__ void curand_init (curandDirectionVectors64_t
//direction_vectors, unsigned long long offset, curandStateSobol64_t  state
        public static void curand_int(this GThread thread, RandDirectionVectors64 direction_vectors, ulong offset, ref RandStateScrambledSobol64 state)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_init");
        }
Ejemplo n.º 3
0
 // __device__ double curand_uniform_double (curandStateScrambledSobol64_t  state)
 public static double curand_uniform_double(this GThread thread, ref RandStateScrambledSobol64 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_uniform_double");
 }
Ejemplo n.º 4
0
 public static void skipahead(this GThread thread, ulong n, ref RandStateScrambledSobol64 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "skipahead");
 }
Ejemplo n.º 5
0
//__device__ double curand_log_normal_double (curandStateScrambled-
//Sobol64_t  state, double mean, double stddev)
        public static float curand_log_normal_double(this GThread thread, ref RandStateScrambledSobol64 state, double mean, double stddev)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_log_normal");
        }
Ejemplo n.º 6
0
//__device__ oat curand_normal (curandStateScrambledSobol64_t 
//state)
        public static float curand_normal(this GThread thread, ref RandStateScrambledSobol64 state)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_normal");
        }
Ejemplo n.º 7
0
//__device__ void curand_init (curandDirectionVectors64_t
//direction_vectors, unsigned long long offset, curandStateSobol64_t  state
        public static void curand_int(this GThread thread, RandDirectionVectors64 direction_vectors, ulong offset, ref RandStateScrambledSobol64 state)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_init");
        }
Ejemplo n.º 8
0
 public static void skipahead(this GThread thread, ulong n, ref RandStateScrambledSobol64 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "skipahead");
 }
Ejemplo n.º 9
0
 // __device__ double curand_uniform_double (curandStateScrambledSobol64_t  state)
 public static double curand_uniform_double(this GThread thread, ref RandStateScrambledSobol64 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_uniform_double");
 }
Ejemplo n.º 10
0
//__device__ oat curand_normal (curandStateScrambledSobol64_t 
//state)
        public static float curand_normal(this GThread thread, ref RandStateScrambledSobol64 state)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_normal");
        }
Ejemplo n.º 11
0
//__device__ double curand_log_normal_double (curandStateScrambled-
//Sobol64_t  state, double mean, double stddev)
        public static float curand_log_normal_double(this GThread thread, ref RandStateScrambledSobol64 state, double mean, double stddev)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_log_normal");
        }