Skip to content

Commit f5793b5

Browse files
committed
Add mention of issue #2040
1 parent bb18173 commit f5793b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function params(m...)
8888
return ps
8989
end
9090

91-
# Allows caching of the parameters when params is called within gradient()
91+
# Allows caching of the parameters when params is called within gradient() to fix #2040.
9292
@non_differentiable params(m...)
9393

9494
struct FluxCUDAAdaptor end

0 commit comments

Comments
 (0)