derelict-cudnn 2.0.2

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);
    }
Authors:
  • Henry Gouk
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
Show all 9 versions
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