Skip to content

Commit

Permalink
Merge pull request #26 from SciNim/Clonkk-patch-1
Browse files Browse the repository at this point in the history
Update nimcuda.nimble
  • Loading branch information
Clonkk authored Nov 25, 2024
2 parents f0640c9 + d0956ca commit bc65375
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nimcuda.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ const Libs = [
"cusolverRf",
"cusolverSp",
"cusparse",
"nvblas"
"nvblas",
#"nvgraph" <- removed in cuda 11.0, adopted into cugraph
"nvrtc",
"cuda"

"cuda",
]

proc systemCudaName(v: CudaVersion): string =
Expand Down

0 comments on commit bc65375

Please sign in to comment.