We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be01bd commit 9d1d51eCopy full SHA for 9d1d51e
1 file changed
test/gradients.jl
@@ -33,6 +33,7 @@ if Tullio._GRAD[] != :Dual || VERSION >= v"1.5" # These 3 give errors on Julia 1
33
@test g_fd ≈ _gradient(x -> sum(sin, g2(x)), r100)[1]
34
35
end
36
+ r100 = randn(100)
37
38
# scalar output
39
s2(x) = @tullio s := exp(x[i]) / x[j]
0 commit comments