Move curand_discrete and remove curand_poisson.
This should fix the cuda failures.
This commit is contained in:
parent
b2e854cb13
commit
14428ee875
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user