JuliaAttic / CUBLAS.jl

Julia interface to CUBLAS
Other
26 stars 19 forks source link

Add elementwise operation on CudaArray? #20

Closed AStupidBear closed 8 years ago

AStupidBear commented 8 years ago

Since I don't know how to write low-level cuda kernels, it'll be great to have some common high-level elementwise operations on CudaArray. For example, d_A = CudaArray(A);exp(d_A)