CUBLAS.jl
CUBLAS.jl copied to clipboard
Julia interface to CUBLAS
Note: This package is being phased out.
The same functionality is available with CuArrays.
CUBLAS.jl
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!
-