Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.15 KB

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!