Skip to content

Commit

Permalink
Merge 7adf736 into f5f0760
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Sep 3, 2020
2 parents f5f0760 + 7adf736 commit 3d77c46
Show file tree
Hide file tree
Showing 5 changed files with 484 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
ChainRulesCore = "0.9"
ChainRulesCore = "0.9.7"
ChainRulesTestUtils = "0.4.2, 0.5"
Compat = "3"
FiniteDifferences = "0.10"
Expand Down
4 changes: 4 additions & 0 deletions src/ChainRules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ if VERSION < v"1.3.0-DEV.142"
import LinearAlgebra: dot
end


include("rulesets/Core/core.jl")

include("rulesets/Base/utils.jl")
include("rulesets/Base/nondiff.jl")
include("rulesets/Base/base.jl")
include("rulesets/Base/fastmath_able.jl")
include("rulesets/Base/evalpoly.jl")
Expand Down

0 comments on commit 3d77c46

Please sign in to comment.