GPUArrays.jl icon indicating copy to clipboard operation
GPUArrays.jl copied to clipboard

Basic vector functionality (push, append, etc)

Open maleadt opened this issue 6 years ago • 1 comments

https://github.com/JuliaGPU/GPUArrays.jl/blob/3cfc810c74add5900fd08e273473afb97840d52f/src/vectors.jl#L8 No buffer in there.

maleadt avatar Feb 08 '19 13:02 maleadt

Yeah just came across this the whole vector testsuite is not being run.

We wanted to do push!(CuArray([1]), 1).

vchuravy avatar Jul 18 '19 07:07 vchuravy