Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Sep 19, 2024
1 parent aec5d4c commit a907a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/broadcast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ function Base.copyto!(
## TODO this line fails, because the function (r, t) -> β * r + α * t
## is an anonymous ITensor function which the GPU compiler cannot process
## This code is being called in ITensorsVectorInterfaceExt but checked was missed because

map!((r, t) -> β * r + α * t, T, T, A)
else
bc_bc_α = find_type(Broadcasted, bc_α.args)
Expand Down

0 comments on commit a907a1a

Please sign in to comment.