We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7d54e commit 941fd55Copy full SHA for 941fd55
src/rules.jl
@@ -117,7 +117,8 @@ rrule(::Any, ::Vararg{Any}) = nothing
117
118
# if no config is present then fallback to config-less rules
119
rrule(::RuleConfig, f, args...; kwargs...) = rrule(f, args...; kwargs...)
120
-#TODO do we need to do something for kwargs special here for performance?
+# TODO do we need to do something for kwargs special here for performance?
121
+# See: https://github.com/JuliaDiff/ChainRulesCore.jl/issues/368
122
123
# Manual fallback for keyword arguments. Usually this would be generated by
124
#
0 commit comments