Note: This package is being phased out.
The same functionality is available with CuArrays.
CUBLAS.jl
Build status:
Code coverage:
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!