示例#1
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");
        }
示例#2
0
文件: Rand.cs 项目: rblenis/cudafy
//__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");
        }