Move curand_discrete and remove curand_poisson.

This should fix the cuda failures.
This commit is contained in:
Vassil Vassilev 2019-10-29 20:38:55 +02:00 committed by SFT
parent b2e854cb13
commit 14428ee875

View File

@ -2,13 +2,11 @@ module "cuda" [system] {
export *
module "cuda.h" { textual header "cuda.h" export * }
module "cuda_runtime.h" { header "cuda_runtime.h" export * }
//explicit module "curand_kernel_h" { header "curand_kernel.h" export * }
module "curand_poisson.h" { header "curand_poisson.h" export * }
module "curand.h" {
export *
//export curand_kernel_h
header "curand.h"
header "curand_poisson.h"
header "curand_kernel.h"
header "curand_discrete.h"
header "curand_discrete2.h"
}
}
}