Skip to content

Commit 2fd8624

Browse files
authored
Update src/broadcast.jl
1 parent 40a6b16 commit 2fd8624

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/broadcast.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,8 @@ function Base.copyto!(
421421
A, C = C, A
422422
end
423423
if !isnothing(A) && !isnothing(C) && !isnothing(α) && !isnothing(β)
424-
424+
# The following fails to compile on some GPU backends.
425425
# map!((r, t) -> β * r + α * t, T, T, A)
426-
427426
map!(axpby(α, β), T, T, A)
428427
else
429428
bc_bc_α = find_type(Broadcasted, bc_α.args)

0 commit comments

Comments
 (0)