derelict-cublas 0.0.1

A dynamic binding to the CUBLAS 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:

DerelictCuBLAS

A dynamic binding to CuBLAS of CUDA 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 DerelictCUDA and load the CUDA library at run time. In the meantime, here's some sample code.

import derelict.cublas;

void main() {
  DerelictCuBLAS.load();
  ...
}

[1] http://www.nvidia.com/object/cudahomenew.html

Authors:
  • Markus Naether (naetherm)
Dependencies:
derelict-util, derelict-cuda
Versions:
0.0.1 2019-Feb-22
~master 2019-Feb-22
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 15 downloads total

Score:
0.3
Short URL:
derelict-cublas.dub.pm