Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Add reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jul 31, 2017
1 parent e4f2029 commit 4b26ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/execution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ the launch should be scheduled.
The `func` argument should be a valid Julia function. It will be compiled to a CUDA function
upon first use, and to a certain extent arguments will be converted and managed
automatically. Finally, a call to `cudacall` is performed, scheduling the compiled function
for execution on the GPU.
automatically (see [`cudaconvert`](@ref)). Finally, a call to `cudacall` is performed,
scheduling the compiled function for execution on the GPU.
"""
macro cuda(config::Expr, callexpr::Expr)
# sanity checks
Expand Down

0 comments on commit 4b26ca8

Please sign in to comment.