derelict-cufft 0.0.3

A dynamic binding to the cuFFT API


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:

DerelictCUFFT

A dynamic binding to [cuFFT][1] for the D Programming Language.

Please see the pages Building and Linking Derelict and Using Derelict, in the Derelict documentation, for information on how to build DerelictCuFFT and load the cuFFT library at run time. In the meantime, here's some sample code.

import derelict.cufft;

void main() {

    DerelictCUFFT.load();
    // Now cuFFT API functions can be called.

    ...
}

[1] https://developer.nvidia.com/cufft

Authors:
  • sobaya
Dependencies:
derelict-util
Versions:
0.0.6 2018-Dec-05
0.0.5 2018-Nov-23
0.0.4 2018-Nov-23
0.0.3 2018-Oct-19
0.0.2 2018-Aug-29
Show all 7 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 94 downloads total

Score:
0.0
Short URL:
derelict-cufft.dub.pm