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

Concatenation

Open MikeInnes opened this issue 7 years ago • 3 comments

It seems like this is implemented, but commented out.

MikeInnes avatar Jan 31 '18 14:01 MikeInnes

Ah, that segfaulted at some point, so I was using the Base fallback with CLArrays! I should try if that's still the case! I have an idea why this might have segfaulted in former times...

SimonDanisch avatar Feb 07 '18 19:02 SimonDanisch

Looks like these are still segfaulting on AMD (according to the comment, at least)? Can someone verify?

kshyatt avatar Oct 22 '19 22:10 kshyatt

CLArrays is not working on Julia 1.x (to my knowledge), so I wouldn't stress AMD support. We can fix any AMD issues later when ROCArrays starts making use of GPUArrays.

jpsamaroo avatar Oct 23 '19 17:10 jpsamaroo