Skip to content

Commit 8476cd3

Browse files
committed
Unrelated change: inv is broken on GPU in 1.9 also
1 parent 11c230c commit 8476cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rulesets/Base/arraymath.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@testset "arraymath.jl" begin
22
@testset "inv(::Matrix{$T})" for T in (Float64, ComplexF64)
33
B = generate_well_conditioned_matrix(T, 3)
4-
if VERSION >= v"1.7"
4+
if v"1.7" <= VERSION < v"1.9"
55
@gpu test_frule(inv, B)
66
@gpu test_rrule(inv, B)
77
else

0 commit comments

Comments
 (0)