Skip to content

Commit bbcbcbf

Browse files
authored
fix: kernel abstractions (#1094)
1 parent 4d96d2a commit bbcbcbf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Overlay.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
# we should move all the reactant_overrides to relevant files.
55

66
# 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-
)
7+
@reactant_overlay function Compiler.compile(f, args; kwargs...)
108
return f
119
end
1210

0 commit comments

Comments
 (0)