Skip to content

Commit f44437c

Browse files
committed
test projectto
1 parent b717c2b commit f44437c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/rulesets/Base/arraymath.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@
223223
@gpu test_frule(-, randn(2), randn(2))
224224
# rev
225225
@gpu test_rrule(-, randn(4, 4), randn(4, 4))
226+
@gpu test_rrule(-, randn(4), randn(ComplexF64, 4))
226227
@gpu test_rrule(-, randn(3), randn(3, 1))
227228
end
228229
end

0 commit comments

Comments
 (0)