Skip to content

Commit f104172

Browse files
simsuracedevmotion
andcommitted
Improve version bound
Co-authored-by: David Widmann <[email protected]>
1 parent 6650adc commit f104172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rulesets/LinearAlgebra/dense.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ end
399399
##### `kron`
400400
#####
401401

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

0 commit comments

Comments
 (0)