Skip to content

Commit

Permalink
fix broken, macro now points to test/rulesets/Base/arraymath.jl:67
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott committed Jul 25, 2022
1 parent fc66c2a commit 4aee19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rulesets/Base/arraymath.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
@gpu test_frule(*, Diagonal([1.0, 2.0, 3.0]), rand(3))

# rev
@gpu_broken test_rrule(*, Diagonal([1.0, 2.0, 3.0]), Diagonal([4.0, 5.0, 6.0]))
@gpu test_rrule(*, Diagonal([1.0, 2.0, 3.0]), Diagonal([4.0, 5.0, 6.0]))
@gpu test_rrule(*, Diagonal([1.0, 2.0, 3.0]), rand(3))

# Needs to not try and inplace, as `mul!` will do wrong.
Expand Down

0 comments on commit 4aee19c

Please sign in to comment.