Skip to content

Commit

Permalink
Merge pull request #252 from JuliaDiff/ox/nondiff
Browse files Browse the repository at this point in the history
add nondiff rules
  • Loading branch information
oxinabox committed Sep 3, 2020
2 parents f5f0760 + 7adf736 commit 283f329
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
Loading

2 comments on commit 283f329

@oxinabox
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v0.7.15 already exists and points to a different commit"

Please sign in to comment.