SciNim / nimcuda

Nim bindings for CUDA
Apache License 2.0
42 stars 9 forks source link

Add Cuda and CuDNN version #1

Closed mratsim closed 6 years ago

mratsim commented 6 years ago

Hey Andrea,

Great work on the bindings, they work very well. Would it be possible to add the version of Cuda and CuDNN that you used in the readme. It seems to be Cuda 8 + CuDNN 5.1 currently.

Due to how Cuda/CuDNN depreciation works, deprecated or WIP procs temporarily get a version number like this one: https://github.com/unicredit/nimcuda/blob/4bf458d13fe98380aa7241b891c1e850393ae57f/nimcuda/cudnn.nim#L275-L279

Those are then removed for ever (deprecated) or replace a "normal core" proc.

So between CuDNN v5.1 and CuDNN v7, some procs may have the same name but different arguments due to having been replaced, or others will have disappeared altogether.

andreaferretti commented 6 years ago

It is in fact CUDA 8 + CuDNN 5.1, I will add this