Skip to content

Commit f21216b

Browse files
authored
Update src/ParallelKernel/overlap.jl
1 parent 00f23c8 commit f21216b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ParallelKernel/overlap.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ function overlap(caller::Module, args::Union{Symbol,Expr}...; package::Symbol=ge
4040
end
4141
end
4242

43+
44+
## @OVERLAP FUNCTIONS
45+
4346
function overlap_gpu(block::Expr)
4447
calls = collect_parallel_calls(block)
4548
async_calls = Expr[]

0 commit comments

Comments
 (0)