Popularity
25 Stars
Updated Last
1 Year Ago
Started In
August 2014

Note: This package is being phased out.

The same functionality is available with CuArrays.

CUBLAS.jl

Build status:

Code coverage: Coverage Status

Julia bindings to NVIDIA's CUDA BLAS library.

Current Status

  • Low level interface to CUBLAS funtionality is implemented.
  • High level Julia interface is started. The following are available:
    • Ax_mul_Bx for matrices and vectors.
    • norm
    • dot, vecdot
    • scale, scale!