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

`broadcast` should be able to deal with heterogenous arguments

Open vchuravy opened this issue 7 years ago • 0 comments

Currently CuArray(zeros(3,3)) .+ CuArray(ones(3,3)) .* ones(3) fails.

vchuravy avatar Sep 14 '18 11:09 vchuravy