Skip to content

Commit

Permalink
Fix typo in captured macro example (#1996)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Zentrik authored Jul 11, 2023
1 parent 146f758 commit 8af74bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cudadrv/graph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ is_capturing(stream::CuStream=stream()) =

"""
for ...
@capture begin
@captured begin
# code that executes several kernels or CUDA operations
end
end
Expand Down

0 comments on commit 8af74bf

Please sign in to comment.