You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@testgradient(x ->gradient(y ->sum(y .* y), x)[1] |> sum, [1,2,3.0])[1] == [2,2,2] # calls "split broadcasting generic" with f = unthunk
269
+
@testgradient(x ->gradient(y ->sum(y .*2.* y'), x)[1] |> sum, [1,2,3.0])[1] == [12, 12, 12] broken=VERSION<v"1.8"# On 1.7: Control flow support not fully implemented yet for higher-order
0 commit comments