Skip to content

Commit

Permalink
Unrelated change: inv is broken on GPU in 1.9 also
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed May 19, 2023
1 parent f2384d1 commit 5157872
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
@@ -1,7 +1,7 @@
@testset "arraymath.jl" begin
@testset "inv(::Matrix{$T})" for T in (Float64, ComplexF64)
B = generate_well_conditioned_matrix(T, 3)
if VERSION >= v"1.7"
if v"1.7" <= VERSION < v"1.9"
@gpu test_frule(inv, B)
@gpu test_rrule(inv, B)
else
Expand Down

0 comments on commit 5157872

Please sign in to comment.