Exemple #1
0
 public static void skipahead(this GThread thread, ulong n, ref RandStateSobol64 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "skipahead");
 }
Exemple #2
0
 // __device__ unsigned long long curand (curandStateSobol64_t  state)
 public static ulong curand(this GThread thread, RandStateSobol64[] state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand");
 }
Exemple #3
0
 //__device__ oat curand_normal (curandStateSobol64_t  state)
 public static float curand_normal(this GThread thread, ref RandStateSobol64 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_normal");
 }
Exemple #4
0
 //__device__ oat curand_uniform (curandStateSobol64_t  state)
 public static double curand_uniform_double(this GThread thread, ref RandStateSobol64 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_uniform_double");
 }
Exemple #5
0
//__device__ double curand_log_normal_double (curandStateSobol64_t 
//state, double mean, double stddev)
        public static float curand_log_normal_double(this GThread thread, ref RandStateSobol64 state, double mean, double stddev)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_log_normal");
        }
Exemple #6
0
 public static void skipahead(this GThread thread, ulong n, ref RandStateSobol64 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "skipahead");
 }
Exemple #7
0
 //__device__ oat curand_uniform (curandStateSobol64_t  state)
 public static double curand_uniform_double(this GThread thread, ref RandStateSobol64 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_uniform_double");
 }
Exemple #8
0
 //__device__ oat curand_normal (curandStateSobol64_t  state)
 public static float curand_normal(this GThread thread, ref RandStateSobol64 state)
 {
     throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_normal");
 }
Exemple #9
0
//__device__ double curand_log_normal_double (curandStateSobol64_t 
//state, double mean, double stddev)
        public static float curand_log_normal_double(this GThread thread, ref RandStateSobol64 state, double mean, double stddev)
        {
            throw new CudafyException(CudafyException.csX_NOT_SUPPORTED, "curand_log_normal");
        }