Skip to content

Commit

Permalink
nograd eps
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeInnes committed Apr 29, 2019
1 parent 6c66c22 commit 58eb9ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/lib.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ end
# Core functions

@nograd Core.apply_type, Core.typeof, nfields, fieldtype,
(==), (===), (>=), (<), (>), isempty, supertype, Base.typename, Base.parameter_upper_bound
(==), (===), (>=), (<), (>), isempty, supertype, Base.typename,
Base.parameter_upper_bound, eps

@adjoint deepcopy(x) = deepcopy(x), ȳ -> (ȳ,)

Expand Down

2 comments on commit 58eb9ef

@MikeInnes
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: Project file should contain name, uuid and version

Please sign in to comment.