Skip to content

Commit

Permalink
decomment libraries per comment on pr #23 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilkeet authored and Vindaar committed Nov 10, 2024
1 parent 079e643 commit f0640c9
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions nimcuda.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@ const
TemporaryHeadersDir = "headers"

const Libs = [
# # "library_types",
# # "vector_types",
# # "driver_types", # do not decomment - the nim file is manually adjusted
# "surface_types",
# "texture_types",
# "cuda_runtime_api",
# # "cuda_occupancy", # do not decomment - the nim file is manually adjusted
# "cuComplex",
# "cublas_api",
# # "cublas_v2",
# # "cudnn_v9",
# "cufft",
# "curand",
# "cusolver_common",
# "cusolverDn",
# "cusolverRf",
# "cusolverSp",
# "cusparse",
# "nvblas"
# #"nvgraph" <- removed in cuda 11.0, adopted into cugraph
# "nvrtc",
# "library_types",
# "vector_types",
# "driver_types", # do not decomment - the nim file is manually adjusted
"surface_types",
"texture_types",
"cuda_runtime_api",
# "cuda_occupancy", # do not decomment - the nim file is manually adjusted
"cuComplex",
"cublas_api",
# "cublas_v2",
# "cudnn_v9",
"cufft",
"curand",
"cusolver_common",
"cusolverDn",
"cusolverRf",
"cusolverSp",
"cusparse",
"nvblas"
#"nvgraph" <- removed in cuda 11.0, adopted into cugraph
"nvrtc",
"cuda"

]
Expand Down

0 comments on commit f0640c9

Please sign in to comment.