From a907a1a575c9e8588f66ba2d350ecb439ab5078d Mon Sep 17 00:00:00 2001 From: Karl Pierce Date: Thu, 19 Sep 2024 19:30:49 -0400 Subject: [PATCH] format --- src/broadcast.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/broadcast.jl b/src/broadcast.jl index 841b68d2f3..947080cccc 100644 --- a/src/broadcast.jl +++ b/src/broadcast.jl @@ -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)