We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d96d2a commit bbcbcbfCopy full SHA for bbcbcbf
src/Overlay.jl
@@ -4,9 +4,7 @@
4
# we should move all the reactant_overrides to relevant files.
5
6
# Compiling within a compile should return simply the original function
7
-@reactant_overlay function Compiler.compile(
8
- f, args; client=nothing, optimize=true, sync=false
9
-)
+@reactant_overlay function Compiler.compile(f, args; kwargs...)
10
return f
11
end
12
0 commit comments