Skip to content

Commit

Permalink
Improve version bound
Browse files Browse the repository at this point in the history
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
simsurace and devmotion authored Oct 4, 2023
1 parent a0b38f1 commit d5a8446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rulesets/LinearAlgebra/dense.jl
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ end
##### `kron`
#####

@static if VERSION v"1.9.0"
@static if VERSION v"1.9.0-DEV.1267"
function frule((_, Δx, Δy), ::typeof(kron), x::AbstractVecOrMat{<:Number}, y::AbstractVecOrMat{<:Number})
return kron(x, y), kron(Δx, y) + kron(x, Δy)
end
Expand Down

0 comments on commit d5a8446

Please sign in to comment.