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 f8898e1 commit 60165b7Copy full SHA for 60165b7
src/func.jl
@@ -306,7 +306,7 @@ function iscached(L::FunctionOperator)
306
end
307
308
function cache_self(L::FunctionOperator, u::AbstractVecOrMat, v::AbstractVecOrMat)
309
- !L.traits.ifcache && @warn """Cache is being allocated for a FunctionOperator
+ !L.traits.ifcache && @debug """Cache is being allocated for a FunctionOperator
310
created with kwarg ifcache = false."""
311
@set! L.cache = zero.((u, v))
312
L
0 commit comments