Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
oxinabox and github-actions[bot] authored Feb 12, 2024
1 parent abf9e37 commit 5f078bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/rulesets/Base/arraymath.jl
Original file line number Diff line number Diff line change
@@ -215,8 +215,8 @@
@gpu test_frule(+, randn(2), randn(2), randn(2))
# rev
@gpu test_rrule(+, randn(4, 4), randn(4, 4), randn(4, 4))
@gpu test_rrule(+, randn(3), randn(3,1), randn(3,1,1))
test_rrule(+, randn(3,3), Diagonal(randn(3)), randn(3,3,1))
test_rrule(+, randn(3,3), Diagonal(randn(3)), Symmetric(randn(3,3)))
@gpu test_rrule(+, randn(3), randn(3, 1), randn(3, 1, 1))
test_rrule(+, randn(3, 3), Diagonal(randn(3)), randn(3, 3, 1))
test_rrule(+, randn(3, 3), Diagonal(randn(3)), Symmetric(randn(3, 3)))
end
end

0 comments on commit 5f078bf

Please sign in to comment.