[julia-users] Re: ANN: CUDAdrv.jl, and CUDA.jl deprecation

2016-09-30 Thread Chris Rackauckas
Thanks for the update. On Thursday, September 29, 2016 at 6:31:29 PM UTC-7, Tim Besard wrote: > > Hi all, > > CUDAdrv.jl is Julia wrapper for > the CUDA driver API -- not to be confused with its counterpart CUDArt.jl >

[julia-users] Re: ANN: CUDAdrv.jl, and CUDA.jl deprecation

2016-09-30 Thread Simon Danisch
Great work! :) Well, I think GPUArrays should be the right place! If it is the right place depends on how much time and cooperation I get ;) The plan is to integrate all these 3rd party libraries. If you could help me with that, it would already be a great first step to establish that library

[julia-users] Re: ANN: CUDAdrv.jl, and CUDA.jl deprecation

2016-09-30 Thread Kyunghun Kim
Good news! I had wished there's would be some integration in several CUDA packages. By the way, is there's any plan for 'standard' GPU array type, such as https://github.com/JuliaGPU/GPUArrays.jl ? CUDArt, CUDAdrv has its own CUDA array type and there's package such as ArrayFire.jl For