Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 487 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 487 Bytes

CUBLAS.jl

Build 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!