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 882a939 commit 31150faCopy full SHA for 31150fa
src/compiler/chainrules.jl
@@ -28,8 +28,8 @@ function has_chain_rrule(T)
28
else
29
# Not being redispatched: it does have a config
30
rrule_m = configured_rrule_m
31
- # Thus any no_rrule that might apply must also have a config because if it applied
32
- # it will be identical, and if it doesn't we don't care what it is.
+ # Thus any no_rrule that might apply must also have a config because if it applied
+ # it will be identical, and if it doesn't we don't care what it is.
33
no_rrule_m = meta(Tuple{typeof(ChainRulesCore.no_rrule), config_T, arg_Ts...})
34
end
35
0 commit comments