derelict-cudnn ~master
Dynamic bindings to cuDNN for the D programming language.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
DerelictCuDNN
Dynamic bindings to cuDNN for the D programming language.
Usage
Similar to other Derelict-based dynamic bindings, simply call `DerelictCuDNN.load()
` and begin using cuDNN!
import std.conv : to;
import std.stdio : writeln;
import derelict.cudnn;
void main(string[] args)
{
DerelictCuDNN.load();
writeln(cudnnGetErrorString(CUDNN_STATUS_SUCCESS).to!string);
}
- Registered by Henry Gouk
- ~master released 6 years ago
- henrygouk/DerelictCuDNN
- Boost
- Copyright © 2017, Henry Gouk
- Authors:
- Dependencies:
- derelict-util, derelict-cuda
- Versions:
-
2.0.4 2018-Feb-24 2.0.3 2018-Jan-13 2.0.2 2018-Jan-11 2.0.1 2017-Nov-21 2.0.0 2017-Nov-21 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
147 downloads total
-
- Score:
- 1.0
- Short URL:
- derelict-cudnn.dub.pm